stats.publicForwards

stats.publicForwards#93037e20 flags:# count:int forwards:Vector<PublicForward> next_offset:flags.0?string chats:Vector<Chat> users:Vector<User> = stats.PublicForwards;

Parameters

NameTypeDescription
flags # Bit mask: a field written flags.N?T is present only when bit N is set.
count int Total number of records, not the size of this page.
forwards Vector<PublicForward>
next_offset flags.0?string Offset for the next page — pass it back on the next call.
chats Vector<Chat> Chats and channels referenced by the response — the client should put them in its cache.
users Vector<User> Users referenced by the response — the client should put them in its cache.

Type

stats.PublicForwards

Related pages

Types used here