Uses of Class
org.drinkless.tdlib.TdApi.MessageContent
Packages that use TdApi.MessageContent
-
Uses of TdApi.MessageContent in org.drinkless.tdlib
Subclasses of TdApi.MessageContent in org.drinkless.tdlibModifier and TypeClassDescriptionstatic class
A message with an animated emoji.static class
An animation message (GIF-style).static class
An audio message.static class
A newly created basic group.static class
The user allowed the bot to send messages.static class
A message with information about an ended call.static class
New chat members were added.static class
The chat was boosted by the sender of the message.static class
An updated chat photo.static class
An updated chat title.static class
A chat member was deleted.static class
A deleted chat photo.static class
A new member joined the chat via an invite link.static class
A new member was accepted to the chat by an administrator.static class
A new background was set in the chat.static class
The auto-delete or self-destruct timer for messages in the chat has been changed.static class
A theme in the chat has been changed.static class
The current user shared a chat, which was requested by the bot.static class
A supergroup has been created from a basic group.static class
A basic group was upgraded to a supergroup and was deactivated as the result.static class
A message with a user contact.static class
A contact has registered with Telegram.static class
A non-standard action has happened in the chat.static class
A dice message.static class
A document message (general file).static class
A self-destructed photo message.static class
A self-destructed video message.static class
A self-destructed video note message.static class
A self-destructed voice note message.static class
A forum topic has been created.static class
A forum topic has been edited.static class
A forum topic has been closed or opened.static class
A General forum topic has been hidden or unhidden.static class
A message with a game.static class
A new high score was achieved in a game.static class
A regular gift was received or sent by the current user, or the current user was notified about a channel gift.static class
Telegram Premium was gifted to a user.static class
Telegram Stars were gifted to a user.static class
A giveaway.static class
A giveaway without public winners has been completed for the chat.static class
A giveaway was created for the chat.static class
A Telegram Stars were received by the current user from a giveaway.static class
A giveaway with public winners has been completed for the chat.static class
A message with information about a group call not bound to a chat.static class
A message with information about an invitation to a video chat.static class
A message with an invoice from a bot.static class
A message with a location.static class
A message with paid media.static class
A price for paid messages was changed in the supergroup chat.static class
Paid messages were refunded.static class
Telegram Passport data has been received; for bots only.static class
Telegram Passport data has been sent to a bot.static class
A payment has been refunded.static class
A payment has been sent to a bot or a business account.static class
A payment has been received by the bot or the business account.static class
A photo message.static class
A message has been pinned.static class
A message with a poll.static class
A Telegram Premium gift code was created for the user.static class
A user in the chat came within proximity alert range.static class
A gift which purchase, upgrade or transfer were refunded.static class
A screenshot of a message in the chat has been taken.static class
A sticker message.static class
A message with a forwarded story.static class
A profile photo was suggested to a user in a private chat.static class
A newly created supergroup or channel.static class
A text message.static class
A message content that is not supported in the current TDLib version.static class
An upgraded gift was received or sent by the current user, or the current user was notified about a channel gift.static class
The current user shared users, which were requested by the bot.static class
A message with information about a venue.static class
A video message.static class
A message with information about an ended video chat.static class
A new video chat was scheduled.static class
A newly created video chat.static class
A video note message.static class
A voice note message.static class
Data from a Web App has been received; for bots only.static class
Data from a Web App has been sent to a bot.Fields in org.drinkless.tdlib declared as TdApi.MessageContentModifier and TypeFieldDescriptionTdApi.Message.content
Content of the message.TdApi.MessageReplyToMessage.content
Media content of the message if the message was from another chat or topic; may be null for messages from the same chat and messages without media.TdApi.QuickReplyMessage.content
Content of the message.TdApi.SponsoredMessage.content
Content of the message.TdApi.UpdateServiceNotification.content
Notification content.TdApi.UpdateMessageContent.newContent
New message content.Constructors in org.drinkless.tdlib with parameters of type TdApi.MessageContentModifierConstructorDescriptionMessage
(long id, TdApi.MessageSender senderId, long chatId, TdApi.MessageSendingState sendingState, TdApi.MessageSchedulingState schedulingState, boolean isOutgoing, boolean isPinned, boolean isFromOffline, boolean canBeSaved, boolean hasTimestampedMedia, boolean isChannelPost, boolean isTopicMessage, boolean containsUnreadMention, int date, int editDate, TdApi.MessageForwardInfo forwardInfo, TdApi.MessageImportInfo importInfo, TdApi.MessageInteractionInfo interactionInfo, TdApi.UnreadReaction[] unreadReactions, TdApi.FactCheck factCheck, TdApi.MessageReplyTo replyTo, long messageThreadId, long savedMessagesTopicId, TdApi.MessageSelfDestructType selfDestructType, double selfDestructIn, double autoDeleteIn, long viaBotUserId, long senderBusinessBotUserId, int senderBoostCount, long paidMessageStarCount, String authorSignature, long mediaAlbumId, long effectId, boolean hasSensitiveContent, String restrictionReason, TdApi.MessageContent content, TdApi.ReplyMarkup replyMarkup) Describes a message.MessageReplyToMessage
(long chatId, long messageId, TdApi.TextQuote quote, TdApi.MessageOrigin origin, int originSendDate, TdApi.MessageContent content) Describes a message replied by a given message.QuickReplyMessage
(long id, TdApi.MessageSendingState sendingState, boolean canBeEdited, long replyToMessageId, long viaBotUserId, long mediaAlbumId, TdApi.MessageContent content, TdApi.ReplyMarkup replyMarkup) Describes a message that can be used for quick reply.SponsoredMessage
(long messageId, boolean isRecommended, boolean canBeReported, TdApi.MessageContent content, TdApi.MessageSponsor sponsor, String title, String buttonText, int accentColorId, long backgroundCustomEmojiId, String additionalInfo) Describes a sponsored message.UpdateMessageContent
(long chatId, long messageId, TdApi.MessageContent newContent) The message content has changed.UpdateServiceNotification
(String type, TdApi.MessageContent content) A service notification from the server was received.