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

Represents a location to which a chat is connected.

Summary

Types

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