class

Tourmaline::ChatLocation

Inherits JSON::Serializable / Reference / Object

Represents a location to which a chat is connected.

Constructors

new(location : Tourmaline::Location, address : String)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

address

Location address; 1-64 characters, as defined by the chat owner

Source
address=(address : String)

Location address; 1-64 characters, as defined by the chat owner

Source
location

The location to which the supergroup is connected. Can't be a live location.

Source
location=(location : Tourmaline::Location)

The location to which the supergroup is connected. Can't be a live location.

Source