public static class TdApi.UpdateGroupCallParticipant extends TdApi.Update
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
int |
groupCallId
Identifier of group call.
|
TdApi.GroupCallParticipant |
participant
New data about a participant.
|
| Constructor and Description |
|---|
UpdateGroupCallParticipant()
Information about a group call participant was changed.
|
UpdateGroupCallParticipant(int groupCallId,
TdApi.GroupCallParticipant participant)
Information about a group call participant was changed.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic int groupCallId
public TdApi.GroupCallParticipant participant
public static final int CONSTRUCTOR
public UpdateGroupCallParticipant()
public UpdateGroupCallParticipant(int groupCallId,
TdApi.GroupCallParticipant participant)
groupCallId - Identifier of group call.participant - New data about a participant.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object