phone.SendGroupCallMessage

class pyrogram.raw.functions.phone.SendGroupCallMessage[source]

Send an in-call message to all participants of a video chat/livestream or live story, including in RTMP mode, see here » for more info.

Usable by Users Bots
Details:
  • Layer: 229

  • ID: B1D11410

Parameters:
  • call (InputGroupCall) – Video chat/livestream or live story that should receive the message, reaction or donation

  • random_id (int 64-bit) – Fresh client-generated random ID used to deduplicate the message or donation. See here » for more info on random ID deduplication and updateMessageID mapping.

  • message (TextWithEntities) – Message text or emoji reaction; pass an empty value when sending a standalone paid live story donation

  • allow_paid_stars (int 64-bit, optional) – User-confirmed number of Telegram Stars to donate with a live story comment or standalone donation

  • send_as (InputPeer, optional) – Optional peer to display as the author of a live story message or reaction; can only be used for live stories

Returns:

Updates