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 int
Identifier uniquely determining type of the object.int
Group 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 TypeMethodDescriptionint
Returns 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.Object
Returns an identifier uniquely determining type of the object.- Specified by:
getConstructor
in classTdApi.Object
- Returns:
- this.CONSTRUCTOR
-