Uses of Class
org.drinkless.tdlib.TdApi.ChatJoinRequestsInfo
Packages that use TdApi.ChatJoinRequestsInfo
-
Uses of TdApi.ChatJoinRequestsInfo in org.drinkless.tdlib
Fields in org.drinkless.tdlib declared as TdApi.ChatJoinRequestsInfoModifier and TypeFieldDescriptionTdApi.Chat.pendingJoinRequests
Information about pending join requests; may be null if none.TdApi.UpdateChatPendingJoinRequests.pendingJoinRequests
The new data about pending join requests; may be null.Constructors in org.drinkless.tdlib with parameters of type TdApi.ChatJoinRequestsInfoModifierConstructorDescriptionChat
(long id, TdApi.ChatType type, String title, TdApi.ChatPhotoInfo photo, int accentColorId, long backgroundCustomEmojiId, int profileAccentColorId, long profileBackgroundCustomEmojiId, TdApi.ChatPermissions permissions, TdApi.Message lastMessage, TdApi.ChatPosition[] positions, TdApi.ChatList[] chatLists, TdApi.MessageSender messageSenderId, TdApi.BlockList blockList, boolean hasProtectedContent, boolean isTranslatable, boolean isMarkedAsUnread, boolean viewAsTopics, boolean hasScheduledMessages, boolean canBeDeletedOnlyForSelf, boolean canBeDeletedForAllUsers, boolean canBeReported, boolean defaultDisableNotification, int unreadCount, long lastReadInboxMessageId, long lastReadOutboxMessageId, int unreadMentionCount, int unreadReactionCount, TdApi.ChatNotificationSettings notificationSettings, TdApi.ChatAvailableReactions availableReactions, int messageAutoDeleteTime, TdApi.EmojiStatus emojiStatus, TdApi.ChatBackground background, String themeName, TdApi.ChatActionBar actionBar, TdApi.BusinessBotManageBar businessBotManageBar, TdApi.VideoChat videoChat, TdApi.ChatJoinRequestsInfo pendingJoinRequests, long replyMarkupMessageId, TdApi.DraftMessage draftMessage, String clientData) A chat.UpdateChatPendingJoinRequests
(long chatId, TdApi.ChatJoinRequestsInfo pendingJoinRequests) The chat pending join requests were changed.