Sha256: dbb16ac12a201af1a9b9799fe0c58b8db11e0825ee83dc8bf3bf4fbd4cca963e

Contents?: true

Size: 468 Bytes

Versions: 7

Compression:

Stored size: 468 Bytes

Contents

module Telegram
  module Bot
    module Types
      class User < Base
        attribute :id, Integer
        attribute :is_bot, Boolean
        attribute :first_name, String
        attribute :last_name, String
        attribute :username, String
        attribute :language_code, String
        attribute :can_join_groups, Boolean
        attribute :can_read_all_group_messages, Boolean
        attribute :supports_inline_queries, Boolean
      end
    end
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
telegram-bot-ruby-0.18.0 lib/telegram/bot/types/user.rb
telegram-bot-ruby-0.17.0 lib/telegram/bot/types/user.rb
telegram-bot-ruby-0.16.0 lib/telegram/bot/types/user.rb
telegram-bot-ruby-0.15.0 lib/telegram/bot/types/user.rb
telegram-bot-ruby-0.14.0 lib/telegram/bot/types/user.rb
telegram-bot-ruby-0.13.0 lib/telegram/bot/types/user.rb
telegram-bot-ruby-0.12.0 lib/telegram/bot/types/user.rb