Sha256: c3551edc8ccbce16da67204fb076080636a6425788081a94ab44af131d603434
Contents?: true
Size: 257 Bytes
Versions: 8
Compression:
Stored size: 257 Bytes
Contents
# frozen_string_literal: true module Telegram module Bot module Types class BotCommandScopeChatAdministrators < Base attribute :type, String, default: 'chat_administrators' attribute :chat_id, String end end end end
Version data entries
8 entries across 8 versions & 1 rubygems