phone.JoinGroupCall¶
- class pyrogram.raw.functions.phone.JoinGroupCall[source]¶
Join any group call type ». Conference calls additionally require the E2E joining flow ».
Usable by Users Bots- Details:
Layer:
229ID:
8FB53057
- Parameters:
call (
InputGroupCall) – Group call to joinjoin_as (
InputPeer) – Join the group call, presenting yourself as the specified user/channel; this peer is also used as the author of in-call messages in normal video chats/livestreams. Only video chats/livestreams may use another peer; this field must be equal to inputPeerSelf when joining live stories » or conference calls ».params (
DataJSON) – Join payload generated by the local tgcalls group-call engine, as described abovemuted (
bool, optional) – Join muted; required for live story listeners and RTMP-mode viewersvideo_stopped (
bool, optional) – Join with video disabled; required for live story listeners and RTMP-mode viewersinvite_hash (
str, optional) – The invitation hash from the invite link », if provided allows speaking in a livestream or muted group call ( video chats/livestreams » only, cannot be used by live stories » or conference calls » ).public_key (
int256-bit, optional) – For conference calls » only, your public key.block (
bytes, optional) – The main-chain block that adds the joining user », only for conference calls ».
- Returns: