Uses of Class
org.drinkless.tdlib.TdApi.TextParseMode
Packages that use TdApi.TextParseMode
-
Uses of TdApi.TextParseMode in org.drinkless.tdlib
Subclasses of TdApi.TextParseMode in org.drinkless.tdlibModifier and TypeClassDescriptionstatic class
The text uses HTML-style formatting.static class
The text uses Markdown-style formatting.Fields in org.drinkless.tdlib declared as TdApi.TextParseModeConstructors in org.drinkless.tdlib with parameters of type TdApi.TextParseModeModifierConstructorDescriptionParseTextEntities
(String text, TdApi.TextParseMode parseMode) Creates a function, which parses Bold, Italic, Underline, Strikethrough, Spoiler, CustomEmoji, BlockQuote, ExpandableBlockQuote, Code, Pre, PreCode, TextUrl and MentionName entities from a marked-up text.