-
static final 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 final class
The block list that disallows viewing of stories of the current user.
Block list to which the chat is added; may be null if none.
Block list from which to return users.
New block list for the message sender; pass null to unblock the message sender.
Block list to which the user is added; may be null if none.
Block list to which the chat is added; may be null if none.
Block list to which the user is added; may be null if none.
Chat(long id,
TdApi.ChatType type,
String title,
TdApi.ChatPhotoInfo photo,
int accentColorId,
long backgroundCustomEmojiId,
TdApi.ChatPermissions permissions,
TdApi.Message lastMessage,
TdApi.ChatPosition[] positions,
TdApi.MessageSender messageSenderId,
TdApi.BlockList blockList,
boolean hasProtectedContent,
boolean isTranslatable,
boolean isMarkedAsUnread,
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.ChatBackground background,
String themeName,
TdApi.ChatActionBar actionBar,
TdApi.VideoChat videoChat,
TdApi.ChatJoinRequestsInfo pendingJoinRequests,
long replyMarkupMessageId,
TdApi.DraftMessage draftMessage,
String clientData)
Returns users and chats that were blocked by the current user.
Changes the block list of a message sender.
Represents a viewer of a story.
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 hasPinnedStories,
boolean needPhoneNumberPrivacyException,
TdApi.FormattedText bio,
TdApi.PremiumPaymentOption[] premiumGiftOptions,
int groupInCommonCount,
TdApi.BotInfo botInfo)
Contains full information about a user.