Sha256: d38891b7b135133c03173f7407009822ad48e572b1af82be47281c137b985092
Contents?: true
Size: 613 Bytes
Versions: 8
Compression:
Stored size: 613 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' end end end end
Version data entries
8 entries across 8 versions & 1 rubygems