groupCallMessage

Represents an in-call message », emoji reaction, paid live story comment or standalone paid live story donation.

End-to-end schema

===216===
groupCallMessage#907ce88e random_id:long message:TextWithEntities = GroupCallMessage;

API schema:

Constructor schema is available as of layer 217. Switch »

Parameters

Name Type Description
flags # Flags, see TL conditional fields
from_admin flags.1?true Whether the message was sent by a group call admin
id int Message ID
from_id Peer Displayed message author
date int Message date
message TextWithEntities Message text or emoji reaction; empty for standalone paid live story donations.
Must be at most group_call_message_length_limit » UTF-8 characters long.
For paid chats, use stars_groupcall_message_limits » to source limits according to the passed value of paid_message_stars, instead.
paid_message_stars flags.0?long Number of Telegram Stars donated with the message or standalone donation

Type

GroupCallMessage

Related pages

Client configuration

The MTProto API has multiple configuration parameters that can be fetched with the appropriate methods.

Group calls

How to start, join and manage group calls and video chats.