GroupCallMessage

class pyrogram.types.GroupCallMessage

A message sent inside a group call (live stream).

Parameters:
  • id (int) – Message identifier within the call.

  • from_id (int | str) – Peer ID who sent the message.

  • date (datetime) – When the message was sent.

  • text (str) – Message text.

  • paid_message_stars (int, optional) – Stars paid for a paid message.

  • from_admin (bool, optional) – True if sent by a call admin.