Uses of Class
org.drinkless.tdlib.TdApi.GroupCallRecentSpeaker
Packages that use TdApi.GroupCallRecentSpeaker
-
Uses of TdApi.GroupCallRecentSpeaker in org.drinkless.tdlib
Fields in org.drinkless.tdlib declared as TdApi.GroupCallRecentSpeakerModifier and TypeFieldDescriptionTdApi.GroupCall.recentSpeakers
At most 3 recently speaking users in the group call.Constructors in org.drinkless.tdlib with parameters of type TdApi.GroupCallRecentSpeakerModifierConstructorDescriptionGroupCall
(int id, String title, String inviteLink, int scheduledStartDate, boolean enabledStartNotification, boolean isActive, boolean isVideoChat, boolean isRtmpStream, boolean isJoined, boolean needRejoin, boolean isOwned, boolean canBeManaged, int participantCount, boolean hasHiddenListeners, boolean loadedAllParticipants, TdApi.GroupCallRecentSpeaker[] recentSpeakers, boolean isMyVideoEnabled, boolean isMyVideoPaused, boolean canEnableVideo, boolean muteNewParticipants, boolean canToggleMuteNewParticipants, int recordDuration, boolean isVideoRecorded, int duration) Describes a group call.