Sha256: 25f775394550ae8d290bf063bb1706447d6537af8e1c0c1dacc942e2b7eb7edd
Contents?: true
Size: 905 Bytes
Versions: 1
Compression:
Stored size: 905 Bytes
Contents
module Telegram module Bot module Types class ChatMember < Base attribute :user, User attribute :status, String attribute :until_date, Integer attribute :can_be_edited, Boolean attribute :can_post_messages, Boolean attribute :can_edit_messages, Boolean attribute :can_delete_messages, Boolean attribute :can_restrict_members, Boolean attribute :can_promote_members, Boolean attribute :can_change_info, Boolean attribute :can_invite_users, Boolean attribute :can_pin_messages, Boolean attribute :is_member, Boolean attribute :can_send_messages, Boolean attribute :can_send_media_messages, Boolean attribute :can_send_polls, Boolean attribute :can_send_other_messages, Boolean attribute :can_add_web_page_previews, Boolean end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
telegram-bot-ruby-0.11.0 | lib/telegram/bot/types/chat_member.rb |