Package org.drinkless.tdlib
Class TdApi.InviteVideoChatParticipants
- Enclosing class:
- TdApi
Invites users to an active video chat. Sends a service message of the type messageInviteVideoChatParticipants to the chat bound to the group call.
Returns Ok
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intIdentifier uniquely determining type of the object.intGroup call identifier.long[]User identifiers. -
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor for a function, which invites users to an active video chat.InviteVideoChatParticipants(int groupCallId, long[] userIds) Creates a function, which invites users to an active video chat. -
Method Summary
Modifier and TypeMethodDescriptionintReturns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Function
toString
-
Field Details
-
groupCallId
public int groupCallIdGroup call identifier. -
userIds
public long[] userIdsUser identifiers. At most 10 users can be invited simultaneously. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
InviteVideoChatParticipants
public InviteVideoChatParticipants()Default constructor for a function, which invites users to an active video chat. Sends a service message of the type messageInviteVideoChatParticipants to the chat bound to the group call.Returns
Ok -
InviteVideoChatParticipants
public InviteVideoChatParticipants(int groupCallId, long[] userIds) Creates a function, which invites users to an active video chat. Sends a service message of the type messageInviteVideoChatParticipants to the chat bound to the group call.Returns
Ok- Parameters:
groupCallId- Group call identifier.userIds- User identifiers. At most 10 users can be invited simultaneously.
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.ObjectReturns an identifier uniquely determining type of the object.- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-