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