Link Search Menu Expand Document

danog\MadelineProto\EventHandler\Calls\ConferenceCallMessage

Back to index

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: int ID of the call the message was sent in.
  • $fromId: int Bot API ID of the sender.
  • $date: int When the message was sent.
  • $message: danog\MadelineProto\EventHandler\Message\Entities\TextWithEntities The 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