public static class TdApi.UpdateGroupCallParticipant extends TdApi.Update
TdApi.Update.Constructors
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() |
toString
public 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()
getConstructor
in class TdApi.Update