public static class TdApi.SetVideoChatDefaultParticipant extends TdApi.Function
Returns Ok
TdApi.Function.Constructors
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() |
toString
public 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()
getConstructor
in class TdApi.Function