Sha256: 4dd2a830e1ff44a42410ac8aa6a6447d63fceb8a8c0356d6265a620adf4649ed
Contents?: true
Size: 261 Bytes
Versions: 2
Compression:
Stored size: 261 Bytes
Contents
# frozen_string_literal: true module Telegram module Bot module Types class BotCommandScopeAllPrivateChats < Base attribute :type, Types::String.constrained(eql: 'all_private_chats').default('all_private_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_private_chats.rb |
telegram-bot-ruby-2.0.0 | lib/telegram/bot/types/bot_command_scope_all_private_chats.rb |