Sha256: 21dc4cfd09a67915db64cc49c4b74c9b6f92edd0c92d63e591c3dc5f701219fd
Contents?: true
Size: 255 Bytes
Versions: 2
Compression:
Stored size: 255 Bytes
Contents
# frozen_string_literal: true module Telegram module Bot module Types class BotCommandScopeAllGroupChats < Base attribute :type, Types::String.constrained(eql: 'all_group_chats').default('all_group_chats') end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
telegram-bot-ruby-2.1.0 | lib/telegram/bot/types/bot_command_scope_all_group_chats.rb |
telegram-bot-ruby-2.0.0 | lib/telegram/bot/types/bot_command_scope_all_group_chats.rb |