diff --git a/data/web/corefork.telegram.org/api/contacts.html b/data/web/corefork.telegram.org/api/contacts.html index 33cdc01f14..3ef8cef946 100644 --- a/data/web/corefork.telegram.org/api/contacts.html +++ b/data/web/corefork.telegram.org/api/contacts.html @@ -130,13 +130,23 @@ Note that according to the user's privacy settings, n userStatusRecently#7b197dc8 flags:# by_me:flags.0?true = UserStatus; userStatusLastWeek#541a1d1a flags:# by_me:flags.0?true = UserStatus; userStatusLastMonth#65899777 flags:# by_me:flags.0?true = UserStatus; +userStatusHidden = UserStatus; contactStatus#16d9703b user_id:long status:UserStatus = ContactStatus; ---functions--- contacts.getStatuses#c4a353ee = Vector<ContactStatus>; -

Use contacts.getStatuses to obtain the online statuses of all contacts with an accessible Telegram account.

+

Use contacts.getStatuses to obtain the online statuses of all contacts with an accessible Telegram account.

+

Note that if:

+

Searching for contacts

Schema:

contacts.found#b3134d9d my_results:Vector<Peer> results:Vector<Peer> chats:Vector<Chat> users:Vector<User> = contacts.Found;