Sha256: 39f0ac58c7b16f8005ca1a88f2581198ae127c2f442ba31e1012f60baf3968c5

Contents?: true

Size: 356 Bytes

Versions: 6

Compression:

Stored size: 356 Bytes

Contents

module Telegram
  module Bot
    module Types
      class Chat < Base
        attribute :id, Integer
        attribute :type, String
        attribute :title, String
        attribute :username, String
        attribute :first_name, String
        attribute :last_name, String
        attribute :all_members_are_admins, Boolean
      end
    end
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
telegram-bot-ruby-0.8.0 lib/telegram/bot/types/chat.rb
telegram-bot-ruby-0.7.2 lib/telegram/bot/types/chat.rb
telegram-bot-ruby-0.7.1 lib/telegram/bot/types/chat.rb
telegram-bot-ruby-0.7.0 lib/telegram/bot/types/chat.rb
telegram-bot-ruby-0.6.0.2 lib/telegram/bot/types/chat.rb
telegram-bot-ruby-0.6.0.1 lib/telegram/bot/types/chat.rb