Sha256: dbb16ac12a201af1a9b9799fe0c58b8db11e0825ee83dc8bf3bf4fbd4cca963e
Contents?: true
Size: 468 Bytes
Versions: 7
Compression:
Stored size: 468 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 attribute :can_join_groups, Boolean attribute :can_read_all_group_messages, Boolean attribute :supports_inline_queries, Boolean end end end end
Version data entries
7 entries across 7 versions & 1 rubygems