View Source Telegex.Type.ChatLocation (Telegex v1.1.0)

Represents a location to which a chat is connected.

Link to this section Summary

Link to this section Types

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