Uses of Class
it.tdlight.jni.TdApi.FormattedText
-
Uses of TdApi.FormattedText in it.tdlight.jni
Modifier and TypeFieldDescriptionTdApi.UserFullInfo.bio
A short user bio; may be null for bots.TdApi.EditInlineMessageCaption.caption
New message content caption; pass null to remove caption; 0-GetOption("message_caption_length_max") characters.TdApi.EditMessageCaption.caption
New message content caption; 0-GetOption("message_caption_length_max") characters; pass null to remove caption.TdApi.InputMessageAnimation.caption
Animation caption; pass null to use an empty caption; 0-GetOption("message_caption_length_max") characters.TdApi.InputMessageAudio.caption
Audio caption; pass null to use an empty caption; 0-GetOption("message_caption_length_max") characters.TdApi.InputMessageDocument.caption
Document caption; pass null to use an empty caption; 0-GetOption("message_caption_length_max") characters.TdApi.InputMessagePhoto.caption
Photo caption; pass null to use an empty caption; 0-GetOption("message_caption_length_max") characters.TdApi.InputMessageVideo.caption
Video caption; pass null to use an empty caption; 0-GetOption("message_caption_length_max") characters.TdApi.InputMessageVoiceNote.caption
Voice note caption; pass null to use an empty caption; 0-GetOption("message_caption_length_max") characters.TdApi.MessageAnimation.caption
Animation caption.TdApi.MessageAudio.caption
Audio caption.TdApi.MessageDocument.caption
Document caption.TdApi.MessageExtendedMediaPhoto.caption
Photo caption.TdApi.MessageExtendedMediaPreview.caption
Media caption.TdApi.MessageExtendedMediaUnsupported.caption
Media caption.TdApi.MessageExtendedMediaVideo.caption
Photo caption.TdApi.MessagePhoto.caption
Photo caption.TdApi.MessageVideo.caption
Video caption.TdApi.MessageVoiceNote.caption
Voice note caption.TdApi.MessageInvoice.description
Product description.TdApi.PaymentReceipt.description
Product description.TdApi.WebPage.description
Description of the content.TdApi.PollTypeQuiz.explanation
Text that is shown when the user chooses an incorrect answer or taps on the lamp icon; 0-200 characters with at most 2 line feeds; empty for a yet unanswered poll.TdApi.SetUserSupportInfo.message
New information message.TdApi.UserSupportInfo.message
Information message.TdApi.MessageCopyOptions.newCaption
New message caption; pass null to copy message without caption.TdApi.PaymentForm.productDescription
Product description.TdApi.PremiumState.state
Text description of the state of the current Premium subscription; may be empty if the current user has no Telegram Premium subscription.TdApi.DeepLinkInfo.text
Text to be shown to the user.TdApi.Game.text
Game text, usually containing scoreboards for a game.TdApi.GetMarkdownText.text
The text.TdApi.GetWebPagePreview.text
Message text with formatting.TdApi.InputMessageText.text
Formatted text to be sent; 1-GetOption("message_text_length_max") characters.TdApi.InternalLinkTypeMessageDraft.text
Message draft text.TdApi.MessageText.text
Text of the message.TdApi.ParseMarkdown.text
The text to parse.TdApi.TermsOfService.text
Text of the terms of service.ModifierConstructorDescriptionDeepLinkInfo
(TdApi.FormattedText text, boolean needUpdateApplication) Contains information about a tg: deep link.EditInlineMessageCaption
(String inlineMessageId, TdApi.ReplyMarkup replyMarkup, TdApi.FormattedText caption) Edits the caption of an inline message sent via a bot; for bots only.EditMessageCaption
(long chatId, long messageId, TdApi.ReplyMarkup replyMarkup, TdApi.FormattedText caption) Edits the message content caption.Game
(long id, String shortName, String title, TdApi.FormattedText text, String description, TdApi.Photo photo, TdApi.Animation animation) Describes a game.Replaces text entities with Markdown formatting in a human-friendly format.Returns a web page preview by the text of the message.InputMessageAnimation
(TdApi.InputFile animation, TdApi.InputThumbnail thumbnail, int[] addedStickerFileIds, int duration, int width, int height, TdApi.FormattedText caption) An animation message (GIF-style).InputMessageAudio
(TdApi.InputFile audio, TdApi.InputThumbnail albumCoverThumbnail, int duration, String title, String performer, TdApi.FormattedText caption) An audio message.InputMessageDocument
(TdApi.InputFile document, TdApi.InputThumbnail thumbnail, boolean disableContentTypeDetection, TdApi.FormattedText caption) A document message (general file).InputMessagePhoto
(TdApi.InputFile photo, TdApi.InputThumbnail thumbnail, int[] addedStickerFileIds, int width, int height, TdApi.FormattedText caption, int ttl) A photo message.InputMessageText
(TdApi.FormattedText text, boolean disableWebPagePreview, boolean clearDraft) A text message.InputMessageVideo
(TdApi.InputFile video, TdApi.InputThumbnail thumbnail, int[] addedStickerFileIds, int duration, int width, int height, boolean supportsStreaming, TdApi.FormattedText caption, int ttl) A video message.InputMessageVoiceNote
(TdApi.InputFile voiceNote, int duration, byte[] waveform, TdApi.FormattedText caption) A voice note message.InternalLinkTypeMessageDraft
(TdApi.FormattedText text, boolean containsLink) The link contains a message draft text.MessageAnimation
(TdApi.Animation animation, TdApi.FormattedText caption, boolean isSecret) An animation message (GIF-style).MessageAudio
(TdApi.Audio audio, TdApi.FormattedText caption) An audio message.MessageCopyOptions
(boolean sendCopy, boolean replaceCaption, TdApi.FormattedText newCaption) Options to be used when a message content is copied without reference to the original sender.MessageDocument
(TdApi.Document document, TdApi.FormattedText caption) A document message (general file).MessageExtendedMediaPhoto
(TdApi.Photo photo, TdApi.FormattedText caption) The media is a photo.MessageExtendedMediaPreview
(int width, int height, int duration, TdApi.Minithumbnail minithumbnail, TdApi.FormattedText caption) The media is hidden until the invoice is paid.The media is unuspported.MessageExtendedMediaVideo
(TdApi.Video video, TdApi.FormattedText caption) The media is a video.MessageInvoice
(String title, TdApi.FormattedText description, TdApi.Photo photo, String currency, long totalAmount, String startParameter, boolean isTest, boolean needShippingAddress, long receiptMessageId, TdApi.MessageExtendedMedia extendedMedia) A message with an invoice from a bot.MessagePhoto
(TdApi.Photo photo, TdApi.FormattedText caption, boolean isSecret) A photo message.MessageText
(TdApi.FormattedText text, TdApi.WebPage webPage) A text message.MessageVideo
(TdApi.Video video, TdApi.FormattedText caption, boolean isSecret) A video message.MessageVoiceNote
(TdApi.VoiceNote voiceNote, TdApi.FormattedText caption, boolean isListened) A voice note message.Parses Markdown entities in a human-friendly format, ignoring markup errors.PaymentForm
(long id, TdApi.Invoice invoice, long sellerBotUserId, long paymentProviderUserId, TdApi.PaymentProvider paymentProvider, TdApi.PaymentOption[] additionalPaymentOptions, TdApi.OrderInfo savedOrderInfo, TdApi.SavedCredentials[] savedCredentials, boolean canSaveCredentials, boolean needPassword, String productTitle, TdApi.FormattedText productDescription, TdApi.Photo productPhoto) Contains information about an invoice payment form.PaymentReceipt
(String title, TdApi.FormattedText description, TdApi.Photo photo, int date, long sellerBotUserId, long paymentProviderUserId, TdApi.Invoice invoice, TdApi.OrderInfo orderInfo, TdApi.ShippingOption shippingOption, String credentialsTitle, long tipAmount) Contains information about a successful payment.PollTypeQuiz
(int correctOptionId, TdApi.FormattedText explanation) A poll in quiz mode, which has exactly one correct answer option and can be answered only once.PremiumState
(TdApi.FormattedText state, TdApi.PremiumPaymentOption[] paymentOptions, TdApi.PremiumFeaturePromotionAnimation[] animations) Contains state of Telegram Premium subscription and promotion videos for Premium features.SetUserSupportInfo
(long userId, TdApi.FormattedText message) Sets support information for the given user; for Telegram support only.TermsOfService
(TdApi.FormattedText text, int minUserAge, boolean showPopup) Contains Telegram terms of service.UserFullInfo
(TdApi.ChatPhoto photo, boolean isBlocked, boolean canBeCalled, boolean supportsVideoCalls, boolean hasPrivateCalls, boolean hasPrivateForwards, boolean hasRestrictedVoiceAndVideoNoteMessages, boolean needPhoneNumberPrivacyException, TdApi.FormattedText bio, TdApi.PremiumPaymentOption[] premiumGiftOptions, int groupInCommonCount, TdApi.BotInfo botInfo) Contains full information about a user.UserSupportInfo
(TdApi.FormattedText message, String author, int date) Contains custom information about the user.WebPage
(String url, String displayUrl, String type, String siteName, String title, TdApi.FormattedText description, TdApi.Photo photo, String embedUrl, String embedType, int embedWidth, int embedHeight, int duration, String author, TdApi.Animation animation, TdApi.Audio audio, TdApi.Document document, TdApi.Sticker sticker, TdApi.Video video, TdApi.VideoNote videoNote, TdApi.VoiceNote voiceNote, int instantViewVersion) Describes a web page preview.