Sha256: 97c165e2279ad950753a71dacf299053a3d0496377679a8ba02e13c85e746ae7
Contents?: true
Size: 229 Bytes
Versions: 8
Compression:
Stored size: 229 Bytes
Contents
# frozen_string_literal: true module Telegram module Bot module Types class BotCommandScopeAllChatAdministrators < Base attribute :type, String, default: 'all_chat_administrators' end end end end
Version data entries
8 entries across 8 versions & 1 rubygems