class Telegram::API::ChatLocation
- Telegram::API::ChatLocation
- Telegram::API::Type
- Reference
- Object
Overview
Represents a location to which a chat is connected.
Defined in:
telegram/api/generated/types.crConstructors
- .new(location : Location, address : String)
-
.new(pull : JSON::PullParser)
Represents a location to which a chat is connected.
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 : Location
The location to which the supergroup is connected.
-
#location=(location : Location)
The location to which the supergroup is connected.
Instance methods inherited from class Telegram::API::Type
==(other)
==,
client
client
Constructor methods inherited from class Telegram::API::Type
new(pull : JSON::PullParser)
new
Constructor Detail
Instance Method Detail
The location to which the supergroup is connected. Can't be a live location.
The location to which the supergroup is connected. Can't be a live location.