mirror of
https://github.com/danog/MadelineProto.git
synced 2024-11-27 01:14:39 +01:00
Fix
This commit is contained in:
parent
093cc383c6
commit
b915d661b9
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user