danog\MadelineProto\EventHandler\Action\EmojiTap
Author: Daniil Gentili daniil@daniil.it
User has clicked on an animated emoji triggering a reaction, click here for more info ».
Properties
$emoticon
:string
Emoji$tapTime
:float
number of seconds that passed since the previous tap in the array, the first tap uses a value of0.0
.$animation
:int
1-based index of the randomly chosen animation for the tap (equivalent to the index of a specific emoji-related animation in stickerPack + 1).$id
:int
Message ID of the animated emoji that was clicked
Method list:
Methods:
__construct(string $emoticon, float $tapTime, int $animation, ?int $id)
Parameters:
$emoticon
:string
$tapTime
:float
$animation
:int
$id
:?int
toRawAction(): array
Generated by danog/phpdoc