| 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) |
require 'telegram-bot-openapi'
instance = TelegramBotOpenapi::BotCommandScopeChat.new(
type: null,
chat_id: null
)