Name | Type | Description | Notes |
---|---|---|---|
location | Location | The location to which the supergroup is connected. Can't be a live location. | |
address | String | Location address; 1-64 characters, as defined by the chat owner |
require 'telegram-bot-openapi'
instance = TelegramBotOpenapi::ChatLocation.new(
location: null,
address: null
)