class Tourmaline::ChatLocation
- Tourmaline::ChatLocation
- Reference
- Object
Overview
Represents a location to which a chat is connected.
Included Modules
- JSON::Serializable
Defined in:
tourmaline/types/api.crConstructors
Instance Method Summary
-
#address : String
Location address; 1-64 characters, as defined by the chat owner
-
#address=(address : String)
Location address; 1-64 characters, as defined by the chat owner
-
#location : Tourmaline::Location
The location to which the supergroup is connected.
-
#location=(location : Tourmaline::Location)
The location to which the supergroup is connected.
Constructor Detail
Instance Method Detail
def location : Tourmaline::Location
#
The location to which the supergroup is connected. Can't be a live location.
def location=(location : Tourmaline::Location)
#
The location to which the supergroup is connected. Can't be a live location.