1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-11-27 01:14:39 +01:00
This commit is contained in:
Mahdi 2023-07-25 20:40:54 +03:30
parent 093cc383c6
commit b915d661b9

View File

@ -254,14 +254,6 @@ abstract class Message extends AbstractMessage
unset($this->reactions[$reaction]);
return $this->getClient()->wrapUpdate($result);
}
/**
* React to message
*
* @param string|array $reaction string or Array of Reaction
* @param bool $big Whether a bigger and longer reaction should be shown
* @param bool $addToRecent Add this reaction to the recent reactions list.
* @return Update|null
*/
private readonly string $html;
private readonly string $htmlTelegram;