Uses of Class
org.drinkless.tdlib.TdApi.InputGroupCall
Packages that use TdApi.InputGroupCall
-
Uses of TdApi.InputGroupCall in org.drinkless.tdlib
Subclasses of TdApi.InputGroupCall in org.drinkless.tdlibModifier and TypeClassDescriptionstatic class
The group call is accessible through a link.static class
The group call is accessible through a message of the type messageGroupCall.Fields in org.drinkless.tdlib declared as TdApi.InputGroupCallModifier and TypeFieldDescriptionTdApi.GetGroupCallParticipants.inputGroupCall
The group call which participants will be returned.TdApi.JoinGroupCall.inputGroupCall
The group call to join.Constructors in org.drinkless.tdlib with parameters of type TdApi.InputGroupCallModifierConstructorDescriptionGetGroupCallParticipants
(TdApi.InputGroupCall inputGroupCall, int limit) Creates a function, which returns information about participants of a non-joined group call that is not 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.