danog\MadelineProto\EventHandler\Calls\ConferenceCallMessage
Author: Daniil Gentili daniil@daniil.it
An end-to-end encrypted in-call message or reaction »
sent in a {@see ConferenceCall}.
Conference messages carry no server-assigned id and cannot be deleted or moderated, unlike a plain {@see AbstractGroupCallMessage}.
Properties
$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.
Generated by danog/phpdoc