Sha256: a9d6c4506ffcb535a31cdc668e0dc5bb9c80cff7bc74f750958586a45529a41b

Contents?: true

Size: 654 Bytes

Versions: 8

Compression:

Stored size: 654 Bytes

Contents

# frozen_string_literal: true

module Telegram
  module Bot
    module Types
      class ChatAdministratorRight < Base
        attribute :is_anonymous, Boolean
        attribute :can_manage_chat, Boolean
        attribute :can_delete_messages, Boolean
        attribute :can_manage_video_chats, Boolean
        attribute :can_restrict_members, Boolean
        attribute :can_promote_members, Boolean
        attribute :can_change_info, Boolean
        attribute :can_invite_users, Boolean
        attribute :can_post_messages, Boolean
        attribute :can_edit_messages, Boolean
        attribute :can_pin_messages, Boolean
      end
    end
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
telegram-bot-ruby-0.23.0 lib/telegram/bot/types/chat_administrator_rights.rb
telegram-bot-ruby-0.22.0 lib/telegram/bot/types/chat_administrator_rights.rb
telegram-bot-ruby-0.21.1 lib/telegram/bot/types/chat_administrator_rights.rb
telegram-bot-ruby-0.21.0 lib/telegram/bot/types/chat_administrator_rights.rb
telegram-bot-ruby-0.20.0 lib/telegram/bot/types/chat_administrator_rights.rb
telegram-bot-ruby-0.19.2 lib/telegram/bot/types/chat_administrator_rights.rb
telegram-bot-ruby-0.19.1 lib/telegram/bot/types/chat_administrator_rights.rb
telegram-bot-ruby-0.19.0 lib/telegram/bot/types/chat_administrator_rights.rb