phone.JoinGroupCall#
- class pyrogram.raw.functions.phone.JoinGroupCall#
Join a group call
- Details:
Layer:
203
ID:
8FB53057
- Parameters:
call (
InputGroupCall
) – The group calljoin_as (
InputPeer
) – Join the group call, presenting yourself as the specified user/channelparams (
DataJSON
) – WebRTC parametersmuted (
bool
, optional) – If set, the user will be muted by default upon joining.video_stopped (
bool
, optional) – If set, the user’s video will be disabled by default upon joining.invite_hash (
str
, optional) – The invitation hash from the invite link », if provided allows speaking in a livestream or muted group chat.public_key (
int
256-bit
, optional) – N/Ablock (
bytes
, optional) – N/A
- Returns: