Sha256: aee0cfeff607f5906be202ff057a5f902515411504d0fdeb12746dd66071bfc5
Contents?: true
Size: 316 Bytes
Versions: 14
Compression:
Stored size: 316 Bytes
Contents
module Telegram module Bot module Types class User < Base attribute :id, Integer attribute :is_bot, Boolean attribute :first_name, String attribute :last_name, String attribute :username, String attribute :language_code, String end end end end
Version data entries
14 entries across 14 versions & 3 rubygems