ExGram.Model.ChatLocation (ex_gram v0.40.0) View Source
Represents a location to which a chat is connected.
Check the documentation of this model in https://core.telegram.org/bots/api#chatlocation
Link to this section Summary
Link to this section Types
Specs
t() :: %ExGram.Model.ChatLocation{
address: String.t(),
location: ExGram.Model.Location.t()
}