From 12b24fcbd34926f798e7ac7dccffb28f94a29b3c Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Sun, 23 Jun 2024 10:29:54 +0000 Subject: [PATCH] Update content of files --- data/web/corefork.telegram.org/api/contacts.html | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) 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;