Sha256: b9562ecc68ea627cd2175d4462a2ead19ec9c81a26799bb31ece935a2af62556
Contents?: true
Size: 297 Bytes
Versions: 3
Compression:
Stored size: 297 Bytes
Contents
# frozen_string_literal: true module Telegram module Bot module Types class BotCommandScopeChatMember < Base attribute :type, Types::String.default('chat_member') attribute :chat_id, Types::String attribute :user_id, Types::Integer end end end end
Version data entries
3 entries across 3 versions & 1 rubygems