Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 564 Bytes

File metadata and controls

20 lines (14 loc) · 564 Bytes

TelegramBotOpenapi::BotCommandScopeChat

Properties

Name Type Description Notes
type String Scope type, must be chat
chat_id Hash<String, SendMessageChatIdParameterValue> Unique identifier for the target chat or username of the target supergroup (in the format @supergroupusername)

Example

require 'telegram-bot-openapi'

instance = TelegramBotOpenapi::BotCommandScopeChat.new(
  type: null,
  chat_id: null
)