def self.
new(photo : Union(
TD::ChatPhoto, Nil), bio : String, share_text : String, description : String, group_in_common_count : Int32, commands : Array(
TD::BotCommand), is_blocked : Bool =
false, can_be_called : Bool =
false, supports_video_calls : Bool =
false, has_private_calls : Bool =
false, has_private_forwards : Bool =
false, need_phone_number_privacy_exception : Bool =
false)
#
def self.
new(pull : JSON::PullParser)
#
def self.
new(__json : JSON::Any | Nil =
nil)
#
def
group_in_common_count=(group_in_common_count : Int32)
#
def
has_private_calls=(has_private_calls : Bool)
#
def
has_private_forwards=(has_private_forwards : Bool)
#
def
need_phone_number_privacy_exception=(need_phone_number_privacy_exception : Bool)
#
def
supports_video_calls=(supports_video_calls : Bool)
#