Sha256: 236684070df0c1fe46dc82dff4ae8e6e2e2ef4ab013ccfd00d77b64c64f4e5c6
Contents?: true
Size: 197 Bytes
Versions: 1
Compression:
Stored size: 197 Bytes
Contents
module Telegram module Bot module Types class BotCommandScopeChat < Base attribute :type, String, default: 'chat' attribute :chat_id, String end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
telegram-bot-ruby-0.18.0 | lib/telegram/bot/types/bot_command_scope_chat.rb |