public static class TdApi.SetVideoChatDefaultParticipant extends TdApi.Function<TdApi.Ok>
Returns Ok
| Modifier and Type | Field and Description |
|---|---|
long |
chatId
Chat identifier.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
TdApi.MessageSender |
defaultParticipantId
Default group call participant identifier to join the video chats.
|
| Constructor and Description |
|---|
SetVideoChatDefaultParticipant()
Default constructor for a function, which changes default participant identifier, on whose behalf a video chat in the chat will be joined.
|
SetVideoChatDefaultParticipant(long chatId,
TdApi.MessageSender defaultParticipantId)
Creates a function, which changes default participant identifier, on whose behalf a video chat in the chat will be joined.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic long chatId
public TdApi.MessageSender defaultParticipantId
public static final int CONSTRUCTOR
public SetVideoChatDefaultParticipant()
Returns Ok
public SetVideoChatDefaultParticipant(long chatId,
TdApi.MessageSender defaultParticipantId)
Returns Ok
chatId - Chat identifier.defaultParticipantId - Default group call participant identifier to join the video chats.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object