Uses of Class
it.tdlight.jni.TdApi.Message
-
Uses of TdApi.Message in it.tdlight.jni
Fields in it.tdlight.jni declared as TdApi.MessageModifier and TypeFieldDescriptionTdApi.Chat.lastMessageLast message in the chat; may be null.TdApi.ForumTopic.lastMessageLast message in the topic; may be null if unknown.TdApi.UpdateChatLastMessage.lastMessageThe new last message in the chat; may be null.TdApi.ChatEventMessageDeleted.messageDeleted message.TdApi.ChatEventMessagePinned.messagePinned message.TdApi.ChatEventMessageUnpinned.messageUnpinned message.TdApi.ChatEventPollStopped.messageThe message with the poll.TdApi.FileDownload.messageThe message with the file.TdApi.MessageCalendarDay.messageFirst message sent on the day.TdApi.MessageLinkInfo.messageIf found, the linked message; may be null.TdApi.NotificationTypeNewMessage.messageThe message.TdApi.UpdateMessageSendFailed.messageThe failed to send message.TdApi.UpdateMessageSendSucceeded.messageThe sent message.TdApi.UpdateNewMessage.messageThe new message.TdApi.FoundChatMessages.messagesList of messages.TdApi.FoundMessages.messagesList of messages.TdApi.Messages.messagesList of messages; messages may be null.TdApi.MessageThreadInfo.messagesThe messages from which the thread starts.TdApi.ChatEventMessageEdited.newMessageThe message after it was edited.TdApi.ChatEventMessageEdited.oldMessageThe original message before the edit.Constructors in it.tdlight.jni with parameters of type TdApi.MessageModifierConstructorDescriptionChat(long id, TdApi.ChatType type, String title, TdApi.ChatPhotoInfo photo, TdApi.ChatPermissions permissions, TdApi.Message lastMessage, TdApi.ChatPosition[] positions, TdApi.MessageSender messageSenderId, boolean hasProtectedContent, boolean isTranslatable, boolean isMarkedAsUnread, boolean isBlocked, 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) A chat.ChatEventMessageDeleted(TdApi.Message message, boolean canReportAntiSpamFalsePositive) A message was deleted.ChatEventMessageEdited(TdApi.Message oldMessage, TdApi.Message newMessage) A message was edited.ChatEventMessagePinned(TdApi.Message message) A message was pinned.ChatEventMessageUnpinned(TdApi.Message message) A message was unpinned.ChatEventPollStopped(TdApi.Message message) A poll in a message was stopped.FileDownload(int fileId, TdApi.Message message, int addDate, int completeDate, boolean isPaused) Describes a file added to file download list.ForumTopic(TdApi.ForumTopicInfo info, TdApi.Message lastMessage, boolean isPinned, int unreadCount, long lastReadInboxMessageId, long lastReadOutboxMessageId, int unreadMentionCount, int unreadReactionCount, TdApi.ChatNotificationSettings notificationSettings, TdApi.DraftMessage draftMessage) Describes a forum topic.FoundChatMessages(int totalCount, TdApi.Message[] messages, long nextFromMessageId) Contains a list of messages found by a search in a given chat.FoundMessages(int totalCount, TdApi.Message[] messages, String nextOffset) Contains a list of messages found by a search.MessageCalendarDay(int totalCount, TdApi.Message message) Contains information about found messages sent on a specific day.MessageLinkInfo(boolean isPublic, long chatId, long messageThreadId, TdApi.Message message, int mediaTimestamp, boolean forAlbum) Contains information about a link to a message or a forum topic in a chat.Messages(int totalCount, TdApi.Message[] messages) Contains a list of messages.MessageThreadInfo(long chatId, long messageThreadId, TdApi.MessageReplyInfo replyInfo, int unreadMessageCount, TdApi.Message[] messages, TdApi.DraftMessage draftMessage) Contains information about a message thread.NotificationTypeNewMessage(TdApi.Message message, boolean showPreview) New message was received.UpdateChatLastMessage(long chatId, TdApi.Message lastMessage, TdApi.ChatPosition[] positions) The last message of a chat was changed.UpdateMessageSendFailed(TdApi.Message message, long oldMessageId, int errorCode, String errorMessage) A message failed to send.UpdateMessageSendSucceeded(TdApi.Message message, long oldMessageId) A message has been successfully sent.UpdateNewMessage(TdApi.Message message) A new message was received; can also be an outgoing message.