public static class TdApi.JoinGroupCall extends TdApi.Function<TdApi.Text>
Returns Text
| Modifier and Type | Field and Description |
|---|---|
int |
audioSourceId
Caller audio channel synchronization source identifier; received from tgcalls.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
int |
groupCallId
Group call identifier.
|
java.lang.String |
inviteHash
If non-empty, invite hash to be used to join the group call without being muted by administrators.
|
boolean |
isMuted
Pass true to join the call with muted microphone.
|
boolean |
isMyVideoEnabled
Pass true if the user's video is enabled.
|
TdApi.MessageSender |
participantId
Identifier of a group call participant, which will be used to join the call; pass null to join as self; video chats only.
|
java.lang.String |
payload
Group call join payload; received from tgcalls.
|
| Constructor and Description |
|---|
JoinGroupCall()
Default constructor for a function, which joins an active group call.
|
JoinGroupCall(int groupCallId,
TdApi.MessageSender participantId,
int audioSourceId,
java.lang.String payload,
boolean isMuted,
boolean isMyVideoEnabled,
java.lang.String inviteHash)
Creates a function, which joins an active group call.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic int groupCallId
public TdApi.MessageSender participantId
public int audioSourceId
public java.lang.String payload
public boolean isMuted
public boolean isMyVideoEnabled
public java.lang.String inviteHash
public static final int CONSTRUCTOR
public JoinGroupCall()
Returns Text
public JoinGroupCall(int groupCallId,
TdApi.MessageSender participantId,
int audioSourceId,
java.lang.String payload,
boolean isMuted,
boolean isMyVideoEnabled,
java.lang.String inviteHash)
Returns Text
groupCallId - Group call identifier.participantId - Identifier of a group call participant, which will be used to join the call; pass null to join as self; video chats only.audioSourceId - Caller audio channel synchronization source identifier; received from tgcalls.payload - Group call join payload; received from tgcalls.isMuted - Pass true to join the call with muted microphone.isMyVideoEnabled - Pass true if the user's video is enabled.inviteHash - If non-empty, invite hash to be used to join the group call without being muted by administrators.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object