Sha256: 21dc4cfd09a67915db64cc49c4b74c9b6f92edd0c92d63e591c3dc5f701219fd
Contents?: true
Size: 255 Bytes
Versions: 5
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
5 entries across 5 versions & 1 rubygems