Sha256: 2a34d300fd32e5718dfa4bbee64879cfd011be49bf986e709dcfc5f51c06bf0b

Contents?: true

Size: 824 Bytes

Versions: 11

Compression:

Stored size: 824 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_change_info, Boolean
        attribute :can_post_messages, Boolean
        attribute :can_edit_messages, Boolean
        attribute :can_delete_messages, Boolean
        attribute :can_invite_users, Boolean
        attribute :can_restrict_members, Boolean
        attribute :can_pin_messages, Boolean
        attribute :can_promote_members, Boolean
        attribute :can_send_messages, Boolean
        attribute :can_send_media_messages, Boolean
        attribute :can_send_other_messages, Boolean
        attribute :can_add_web_page_previews, Boolean
      end
    end
  end
end

Version data entries

11 entries across 11 versions & 3 rubygems

Version Path
dialog_bot_ruby-0.8.8 lib/telegram/bot/types/chat_member.rb
dialog_bot_ruby-0.8.7 lib/telegram/bot/types/chat_member.rb
telegram-bot-types-0.6.1 lib/telegram/bot/types/chat_member.rb
telegram-bot-types-0.6.0 lib/telegram/bot/types/chat_member.rb
telegram-bot-ruby-0.8.6.1 lib/telegram/bot/types/chat_member.rb
telegram-bot-ruby-0.8.6 lib/telegram/bot/types/chat_member.rb
telegram-bot-ruby-0.8.5 lib/telegram/bot/types/chat_member.rb
telegram-bot-types-0.5.0 lib/telegram/bot/types/chat_member.rb
telegram-bot-ruby-0.8.4 lib/telegram/bot/types/chat_member.rb
telegram-bot-ruby-0.8.3 lib/telegram/bot/types/chat_member.rb
telegram-bot-ruby-0.8.2 lib/telegram/bot/types/chat_member.rb