Uses of Class
org.drinkless.tdlib.TdApi.BlockList
Packages that use TdApi.BlockList
-
Uses of TdApi.BlockList in org.drinkless.tdlib
Subclasses of TdApi.BlockList in org.drinkless.tdlibModifier and TypeClassDescriptionstatic class
The main block list that disallows writing messages to the current user, receiving their status and photo, viewing of stories, and some other actions.static class
The block list that disallows viewing of stories of the current user.Fields in org.drinkless.tdlib declared as TdApi.BlockListModifier and TypeFieldDescriptionTdApi.Chat.blockList
Block list to which the chat is added; may be null if none.TdApi.GetBlockedMessageSenders.blockList
Block list from which to return users.TdApi.SetMessageSenderBlockList.blockList
New block list for the message sender; pass null to unblock the message sender.TdApi.StoryInteraction.blockList
Block list to which the actor is added; may be null if none or for chat stories.TdApi.UpdateChatBlockList.blockList
Block list to which the chat is added; may be null if none.TdApi.UserFullInfo.blockList
Block list to which the user is added; may be null if none.Constructors in org.drinkless.tdlib with parameters of type TdApi.BlockListModifierConstructorDescriptionChat
(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.GetBlockedMessageSenders
(TdApi.BlockList blockList, int offset, int limit) Creates a function, which returns users and chats that were blocked by the current user.SetMessageSenderBlockList
(TdApi.MessageSender senderId, TdApi.BlockList blockList) Creates a function, which changes the block list of a message sender.StoryInteraction
(TdApi.MessageSender actorId, int interactionDate, TdApi.BlockList blockList, TdApi.StoryInteractionType type) Represents interaction with a story.UpdateChatBlockList
(long chatId, TdApi.BlockList blockList) A chat was blocked or unblocked.UserFullInfo
(TdApi.ChatPhoto personalPhoto, TdApi.ChatPhoto photo, TdApi.ChatPhoto publicPhoto, TdApi.BlockList blockList, boolean canBeCalled, boolean supportsVideoCalls, boolean hasPrivateCalls, boolean hasPrivateForwards, boolean hasRestrictedVoiceAndVideoNoteMessages, boolean hasPostedToProfileStories, boolean hasSponsoredMessagesEnabled, boolean needPhoneNumberPrivacyException, boolean setChatBackground, TdApi.FormattedText bio, TdApi.Birthdate birthdate, long personalChatId, int giftCount, int groupInCommonCount, long incomingPaidMessageStarCount, long outgoingPaidMessageStarCount, TdApi.GiftSettings giftSettings, TdApi.BotVerification botVerification, TdApi.BusinessInfo businessInfo, TdApi.BotInfo botInfo) Contains full information about a user.