GroupCallMessage¶
Represents a message sent in a group call
GroupCallMessage(
message_id: int32,
sender_id: MessageSender,
date: int32,
text: FormattedText,
paid_message_star_count: int53,
is_from_owner: Bool,
can_be_deleted: Bool
) → GroupCallMessage
message_id¶
int32
Unique message identifier within the group call
sender_id¶
Identifier of the sender of the message
date¶
int32
Point in time (Unix timestamp) when the message was sent
text¶
Text of the message. If empty, then the message is a paid reaction in a live story
paid_message_star_count¶
int53
The number of Telegram Stars that were paid to send the message; for live stories only
is_from_owner¶
Bool
True, if the message is sent by the owner of the call and must be treated as a message of the maximum level; for live stories only
can_be_deleted¶
Bool
True, if the message can be deleted by the current user; for live stories only