View Source Telegex.Type.BusinessLocation (Telegex v1.8.0)

Contains information about the location of a Telegram Business account.

Summary

Types

@type t() :: %Telegex.Type.BusinessLocation{
  address: String.t(),
  location: Telegex.Type.Location.t() | nil
}