Package org.drinkless.tdlib
Class TdApi.SetVideoChatDefaultParticipant
- java.lang.Object
-
- org.drinkless.tdlib.TdApi.Object
-
- org.drinkless.tdlib.TdApi.Function
-
- org.drinkless.tdlib.TdApi.SetVideoChatDefaultParticipant
-
- Enclosing class:
- TdApi
public static class TdApi.SetVideoChatDefaultParticipant extends TdApi.Function
Changes default participant identifier, on whose behalf a video chat in the chat will be joined.Returns
Ok
-
-
Field Summary
Fields Modifier and Type Field Description longchatIdChat identifier.static intCONSTRUCTORIdentifier uniquely determining type of the object.TdApi.MessageSenderdefaultParticipantIdDefault group call participant identifier to join the video chats.
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetConstructor()-
Methods inherited from class org.drinkless.tdlib.TdApi.Function
toString
-
-
-
-
Field Detail
-
chatId
public long chatId
Chat identifier.
-
defaultParticipantId
public TdApi.MessageSender defaultParticipantId
Default group call participant identifier to join the video chats.
-
CONSTRUCTOR
public static final int CONSTRUCTOR
Identifier uniquely determining type of the object.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
SetVideoChatDefaultParticipant
public SetVideoChatDefaultParticipant()
Default constructor for a function, which changes default participant identifier, on whose behalf a video chat in the chat will be joined.Returns
Ok
-
SetVideoChatDefaultParticipant
public 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.Returns
Ok- Parameters:
chatId- Chat identifier.defaultParticipantId- Default group call participant identifier to join the video chats.
-
-
Method Detail
-
getConstructor
public int getConstructor()
- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-
-