Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 501 Bytes

ChatLocation.md

File metadata and controls

20 lines (14 loc) · 501 Bytes

TelegramBotOpenapi::ChatLocation

Properties

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

Example

require 'telegram-bot-openapi'

instance = TelegramBotOpenapi::ChatLocation.new(
  location: null,
  address: null
)