botApp

botApp#95fcd1d6 flags:# id:long access_hash:long short_name:string title:string description:string photo:Photo document:flags.0?Document hash:long = BotApp;

Parameters

NameTypeDescription
flags # Bit mask: a field written flags.N?T is present only when bit N is set.
id long Identifier of the object — which object depends on the field's type.
access_hash long Access hash: without it the server does not accept the identifier. It arrives with the object and belongs to it.
short_name string Short name of the set — the part that appears in its link.
title string Title.
description string Description.
photo Photo Photo.
document flags.0?Document File.
hash long Hash of what the client already has. If it matches, the server answers "not modified" and sends nothing again.

Type

BotApp

Related pages

Types used here