Sha256: 866d3a2e5758057da97fc2c9afe5595522414f48dbbbb6b3825a1479ad71862e
Contents?: true
Size: 661 Bytes
Versions: 1
Compression:
Stored size: 661 Bytes
Contents
module Telegram module Bot module Types class Chat include Virtus.model(finalize: false) include Compactable 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, 'Telegram::Bot::Types::Message' attribute :permissions, ChatPermissions end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
telegram-bot-ruby-0.11.0 | lib/telegram/bot/types/chat.rb |