Sha256: b2ba729df434f1c4c289d376157dffe02a38fef0d42a7ec391b9b5f5cadd24be
Contents?: true
Size: 182 Bytes
Versions: 1
Compression:
Stored size: 182 Bytes
Contents
module Telegram module Bot module Types class BotCommandScopeAllGroupChats < Base attribute :type, String, default: 'all_group_chats' 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_all_group_chats.rb |