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