Sha256: ec55644d701e6aae5ae5c49dab9d17a6b9db14e81c4079e487ea2b507872872e
Contents?: true
Size: 219 Bytes
Versions: 3
Compression:
Stored size: 219 Bytes
Contents
# frozen_string_literal: true module Telegram module Bot module Types class BotCommandScopeAllGroupChats < Base attribute :type, Types::String.default('all_group_chats') end end end end
Version data entries
3 entries across 3 versions & 1 rubygems