Sha256: 9d86a06d3445a9ce6e89cf0480c819bad47cabaedd6ed065618ff5b8e0d6ab41
Contents?: true
Size: 305 Bytes
Versions: 15
Compression:
Stored size: 305 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 end end end end
Version data entries
15 entries across 15 versions & 2 rubygems