Sha256: 294b1f1bb68ab62e473e023147952f09ce41423efef9c7894bb35eadc76f6c16
Contents?: true
Size: 521 Bytes
Versions: 3
Compression:
Stored size: 521 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 attribute :pinned_message, Message end end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
telegram-bot-types-0.6.1 | lib/telegram/bot/types/chat.rb |
telegram-bot-types-0.6.0 | lib/telegram/bot/types/chat.rb |
telegram-bot-types-0.5.0 | lib/telegram/bot/types/chat.rb |