Sha256: 8f2881ef340f5ccc7c94913df1c0feea06c8f0a70a2cff7b729727cd07ea8679
Contents?: true
Size: 246 Bytes
Versions: 1
Compression:
Stored size: 246 Bytes
Contents
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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
telegram-bot-ruby-0.18.0 | lib/telegram/bot/types/bot_command_scope_chat_member.rb |