diff --git a/data/web/corefork.telegram.org/constructor/messageInteractionCounters.html b/data/web/corefork.telegram.org/constructor/messageInteractionCounters.html deleted file mode 100644 index 0ad7cf2420..0000000000 --- a/data/web/corefork.telegram.org/constructor/messageInteractionCounters.html +++ /dev/null @@ -1,160 +0,0 @@ - - -
- -How a user voted in a poll (reduced constructor, returned if an option
was provided to messages.getPollVotes)
Constructor schema is available as of layer 133. Switch »
-Name | -Type | -Description | -
---|---|---|
user_id | -long | -The user that voted for the queried option |
-
date | -int | -When did the user cast the vote | -
-
Get poll results for non-anonymous polls
How a user voted in a multiple-choice poll
-Constructor schema is available as of layer 133. Switch »
-Name | -Type | -Description | -
---|---|---|
user_id | -long | -User ID | -
options | -Vector<bytes> | -Options chosen by the user | -
date | -int | -When did the user cast their votes | -
Get changelog of current app.
-Typically, an updates constructor will be returned, containing one or more updateServiceNotification updates with app-specific changelogs.
Method schema is available as of layer 53. Switch »
-Name | -Type | -Description | -
---|---|---|
prev_app_version | -string | -Previous app version | -
-
Full constructor of updates
-A service message for the user.
-The app must show the message to the user upon receiving this update. In case the popup parameter was passed, the text message must be displayed in a popup alert immediately upon receipt. It is recommended to handle the text as you would an ordinary message in terms of highlighting links, etc. The message must also be stored locally as part of the message history with the user id 777000
(Telegram Notifications).