Uses of Class
org.drinkless.tdlib.TdApi.GroupCallRecentSpeaker
-
Packages that use TdApi.GroupCallRecentSpeaker Package Description org.drinkless.tdlib -
-
Uses of TdApi.GroupCallRecentSpeaker in org.drinkless.tdlib
Fields in org.drinkless.tdlib declared as TdApi.GroupCallRecentSpeaker Modifier and Type Field Description TdApi.GroupCallRecentSpeaker[]TdApi.GroupCall. recentSpeakersAt most 3 recently speaking users in the group call.Constructors in org.drinkless.tdlib with parameters of type TdApi.GroupCallRecentSpeaker Constructor Description GroupCall(int id, String title, int scheduledStartDate, boolean enabledStartNotification, boolean isActive, boolean isJoined, boolean needRejoin, boolean canBeManaged, int participantCount, 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.
-