danog\MadelineProto\EventHandler\Calls\LiveStoryMessage
Author: Daniil Gentili daniil@daniil.it
An in-call message or reaction » sent in a live story » ({@see LiveStory}).
On top of a plain {@see AbstractGroupCallMessage}, a live story message may carry a Telegram Stars donation ({@see self::$paidStars}); a donation with an empty text is a standalone donation ({@see self::isDonation()}).
Properties
$paidStars:?intTelegram Stars donated with this message, if any.$id:intID of the message in the call.$fromAdmin:boolWhether the sender is an admin of the call.$callId:intID of the call the message was sent in.$fromId:intBot API ID of the sender.$date:intWhen the message was sent.$message:danog\MadelineProto\EventHandler\Message\Entities\TextWithEntitiesThe text of the message (or the emoji of a reaction) with its entities.
Method list:
Methods:
isReaction(): bool
Whether this is a reaction rather than a text message: a single (possibly custom) emoji, and not a donation.
isDonation(): bool
Whether this is a standalone donation (Telegram Stars with no text).
delete(bool $reportSpam = false): void
Delete this message from the call (our own, or anyone’s if we are an admin).
Parameters:
$reportSpam:boolAlso report it as spam (admins only).
Generated by danog/phpdoc