Uses of Class
org.drinkless.tdlib.TdApi.TextEntityType
Packages that use TdApi.TextEntityType
-
Uses of TdApi.TextEntityType in org.drinkless.tdlib
Subclasses of TdApi.TextEntityType in org.drinkless.tdlibModifier and TypeClassDescriptionstatic classA bank card number.static classText that must be formatted as if inside a blockquote HTML tag; not supported in secret chats.static classA bold text.static classA bot command, beginning with "/".static classA cashtag text, beginning with "$", consisting of capital English letters (e.g., "$USD"), and optionally containing a chat username at the end.static classText that must be formatted as if inside a code HTML tag.static classA custom emoji.static classAn email address.static classText that must be formatted as if inside a blockquote HTML tag and collapsed by default to 3 lines with the ability to show full text; not supported in secret chats.static classA hashtag text, beginning with "#" and optionally containing a chat username at the end.static classAn italic text.static classA media timestamp.static classA mention of a user, a supergroup, or a channel by their username.static classA text shows instead of a raw mention of the user (e.g., when the user has no username).static classA phone number.static classText that must be formatted as if inside a pre HTML tag.static classText that must be formatted as if inside pre, and code HTML tags.static classA spoiler text.static classA strikethrough text.static classA text description shown instead of a raw URL.static classAn underlined text.static classAn HTTP URL.Fields in org.drinkless.tdlib declared as TdApi.TextEntityTypeConstructors in org.drinkless.tdlib with parameters of type TdApi.TextEntityTypeModifierConstructorDescriptionTextEntity(int offset, int length, TdApi.TextEntityType type) Represents a part of the text that needs to be formatted in some unusual way.