diff --git a/data/web/corefork.telegram.org/api/dice.html b/data/web/corefork.telegram.org/api/dice.html index 5f93a08b3f..2a038278c3 100644 --- a/data/web/corefork.telegram.org/api/dice.html +++ b/data/web/corefork.telegram.org/api/dice.html @@ -79,7 +79,7 @@ Clients should display the correct dice animated sticker for the specified value Please note that dice animated stickers should loop only once, right after being sent/received for the first time; clicking on the dice sticker should bring up a popup, inviting the user to send a new dice of the same type.
Slot machine dice stickers are implemented a bit differently: the
value
isn't used to directly index the stickers array, but is instead used as follows.
The value
is composed of three 2-bit values, each indicating the animated sticker to show in the three slots (left, center, right), incremented by one.
The value
is composed of three 2-bit values, each indicating the animated sticker to show in the three slots, incremented by one.
The stickers
array is composed as follows:
0
)2
) once8
, 14
, 20
) oncevalue == 64
:3
9