Uses of Class
org.drinkless.tdlib.TdApi.ChatPosition
Packages that use TdApi.ChatPosition
-
Uses of TdApi.ChatPosition in org.drinkless.tdlib
Fields in org.drinkless.tdlib declared as TdApi.ChatPositionModifier and TypeFieldDescriptionTdApi.UpdateChatPosition.position
New chat position.TdApi.Chat.positions
Positions of the chat in chat lists.TdApi.UpdateChatDraftMessage.positions
The new chat positions in the chat lists.TdApi.UpdateChatLastMessage.positions
The new chat positions in the chat lists.Constructors in org.drinkless.tdlib with parameters of type TdApi.ChatPositionModifierConstructorDescriptionChat
(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.UpdateChatDraftMessage
(long chatId, TdApi.DraftMessage draftMessage, TdApi.ChatPosition[] positions) A chat draft has changed.UpdateChatLastMessage
(long chatId, TdApi.Message lastMessage, TdApi.ChatPosition[] positions) The last message of a chat was changed.UpdateChatPosition
(long chatId, TdApi.ChatPosition position) The position of a chat in a chat list has changed.