Sha256: 6131434ef9eca07f90186c17c9439c75bd266c804e05243ca456b6f12c1d8a99
Contents?: true
Size: 217 Bytes
Versions: 8
Compression:
Stored size: 217 Bytes
Contents
# frozen_string_literal: true module Telegram module Bot module Types class BotCommandScopeAllPrivateChats < Base attribute :type, String, default: 'all_private_chats' end end end end
Version data entries
8 entries across 8 versions & 1 rubygems