Sha256: b8360f5a1fb265e3b20c1d6248b1a9a4e41a6d95321e14a1a135f6ce3678fda6

Contents?: true

Size: 478 Bytes

Versions: 2

Compression:

Stored size: 478 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_administrators, Boolean
        attribute :photo, ChatPhoto
        attribute :description, String
        attribute :invite_link, String
      end
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
telegram-bot-ruby-0.8.3 lib/telegram/bot/types/chat.rb
telegram-bot-ruby-0.8.2 lib/telegram/bot/types/chat.rb