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:
229ID:
B1D11410
- Parameters:
call (
InputGroupCall) – Video chat/livestream or live story that should receive the message, reaction or donationrandom_id (
int64-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 donationallow_paid_stars (
int64-bit, optional) – User-confirmed number of Telegram Stars to donate with a live story comment or standalone donationsend_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: