Uses of Class
it.tdlight.jni.TdApi.FormattedText
-
Uses of TdApi.FormattedText in it.tdlight.jni
Fields in it.tdlight.jni declared as TdApi.FormattedTextModifier and TypeFieldDescriptionTdApi.UserFullInfo.bioA short user bio; may be null for bots.TdApi.EditInlineMessageCaption.captionNew message content caption; pass null to remove caption; 0-getOption("message_caption_length_max") characters.TdApi.EditMessageCaption.captionNew message content caption; 0-getOption("message_caption_length_max") characters; pass null to remove caption.TdApi.InputMessageAnimation.captionAnimation caption; pass null to use an empty caption; 0-getOption("message_caption_length_max") characters.TdApi.InputMessageAudio.captionAudio caption; pass null to use an empty caption; 0-getOption("message_caption_length_max") characters.TdApi.InputMessageDocument.captionDocument caption; pass null to use an empty caption; 0-getOption("message_caption_length_max") characters.TdApi.InputMessagePhoto.captionPhoto caption; pass null to use an empty caption; 0-getOption("message_caption_length_max") characters.TdApi.InputMessageVideo.captionVideo caption; pass null to use an empty caption; 0-getOption("message_caption_length_max") characters.TdApi.InputMessageVoiceNote.captionVoice note caption; pass null to use an empty caption; 0-getOption("message_caption_length_max") characters.TdApi.MessageAnimation.captionAnimation caption.TdApi.MessageAudio.captionAudio caption.TdApi.MessageDocument.captionDocument caption.TdApi.MessageExtendedMediaPhoto.captionPhoto caption.TdApi.MessageExtendedMediaPreview.captionMedia caption.TdApi.MessageExtendedMediaUnsupported.captionMedia caption.TdApi.MessageExtendedMediaVideo.captionPhoto caption.TdApi.MessagePhoto.captionPhoto caption.TdApi.MessageVideo.captionVideo caption.TdApi.MessageVoiceNote.captionVoice note caption.TdApi.MessageInvoice.descriptionProduct description.TdApi.PaymentReceipt.descriptionProduct description.TdApi.WebPage.descriptionDescription of the content.TdApi.PollTypeQuiz.explanationText 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.messageNew information message.TdApi.UserSupportInfo.messageInformation message.TdApi.MessageCopyOptions.newCaptionNew message caption; pass null to copy message without caption.TdApi.PaymentForm.productDescriptionProduct description.TdApi.PremiumState.stateText description of the state of the current Premium subscription; may be empty if the current user has no Telegram Premium subscription.TdApi.DeepLinkInfo.textText to be shown to the user.TdApi.Game.textGame text, usually containing scoreboards for a game.TdApi.GetMarkdownText.textThe text.TdApi.GetWebPagePreview.textMessage text with formatting.TdApi.InputMessageText.textFormatted text to be sent; 1-getOption("message_text_length_max") characters.TdApi.InternalLinkTypeMessageDraft.textMessage draft text.TdApi.MessageText.textText of the message.TdApi.ParseMarkdown.textThe text to parse.TdApi.TermsOfService.textText of the terms of service.TdApi.TranslateText.textText to translate.Constructors in it.tdlight.jni with parameters of type TdApi.FormattedTextModifierConstructorDescriptionDeepLinkInfo(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, boolean hasSpoiler) 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 selfDestructTime, boolean hasSpoiler) 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 selfDestructTime, boolean hasSpoiler) 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 hasSpoiler, 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 unsupported.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 hasSpoiler, boolean isSecret) A photo message.MessageText(TdApi.FormattedText text, TdApi.WebPage webPage) A text message.MessageVideo(TdApi.Video video, TdApi.FormattedText caption, boolean hasSpoiler, 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.PremiumStatePaymentOption[] 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.TranslateText(TdApi.FormattedText text, String toLanguageCode) Translates a text to the given language.UserFullInfo(TdApi.ChatPhoto personalPhoto, TdApi.ChatPhoto photo, TdApi.ChatPhoto publicPhoto, 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.