Sha256: 61a5470c1e751c5d06435c246d9e4e124920d7cac9fde9506b9591c466e5c008

Contents?: true

Size: 521 Bytes

Versions: 11

Compression:

Stored size: 521 Bytes

Contents

# frozen_string_literal: true

module Telegram
  module Bot
    module Types
      class ChatPermissions < Base
        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
        attribute :can_change_info, Boolean
        attribute :can_invite_users, Boolean
        attribute :can_pin_messages, Boolean
      end
    end
  end
end

Version data entries

11 entries across 11 versions & 2 rubygems

Version Path
telegram-bot-ruby-0.23.0 lib/telegram/bot/types/chat_permissions.rb
telegram-bot-ruby-0.22.0 lib/telegram/bot/types/chat_permissions.rb
telegram-bot-ruby-0.21.1 lib/telegram/bot/types/chat_permissions.rb
telegram-bot-ruby-0.21.0 lib/telegram/bot/types/chat_permissions.rb
telegram-bot-ruby-0.20.0 lib/telegram/bot/types/chat_permissions.rb
telegram-bot-ruby-0.19.2 lib/telegram/bot/types/chat_permissions.rb
telegram-bot-ruby-0.19.1 lib/telegram/bot/types/chat_permissions.rb
telegram-bot-ruby-0.19.0 lib/telegram/bot/types/chat_permissions.rb
telegram-bot-types-0.7.0 lib/telegram/bot/types/chat_permissions.rb
telegram-bot-types-0.6.3 lib/telegram/bot/types/chat_permissions.rb
telegram-bot-types-0.6.2 lib/telegram/bot/types/chat_permissions.rb