Uses of Class
org.drinkless.tdlib.TdApi.GroupCallJoinParameters
Packages that use TdApi.GroupCallJoinParameters
-
Uses of TdApi.GroupCallJoinParameters in org.drinkless.tdlib
Fields in org.drinkless.tdlib declared as TdApi.GroupCallJoinParametersModifier and TypeFieldDescriptionTdApi.CreateGroupCall.joinParameters
Parameters to join the call; pass null to only create call link without joining the call.TdApi.JoinGroupCall.joinParameters
Parameters to join the call.TdApi.JoinVideoChat.joinParameters
Parameters to join the call.Constructors in org.drinkless.tdlib with parameters of type TdApi.GroupCallJoinParametersModifierConstructorDescriptionCreateGroupCall
(TdApi.GroupCallJoinParameters joinParameters) Creates a function, which creates a new group call that isn't bound to a chat.JoinGroupCall
(TdApi.InputGroupCall inputGroupCall, TdApi.GroupCallJoinParameters joinParameters) Creates a function, which joins a group call that is not bound to a chat.JoinVideoChat
(int groupCallId, TdApi.MessageSender participantId, TdApi.GroupCallJoinParameters joinParameters, String inviteHash) Creates a function, which joins an active video chat.