Sha256: 4dd2a830e1ff44a42410ac8aa6a6447d63fceb8a8c0356d6265a620adf4649ed
Contents?: true
Size: 261 Bytes
Versions: 3
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
3 entries across 3 versions & 1 rubygems