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 class
A bank card number.static class
Text that must be formatted as if inside a blockquote HTML tag; not supported in secret chats.static class
A bold text.static class
A bot command, beginning with "/".static class
A cashtag text, beginning with "$", consisting of capital English letters (e.g., "$USD"), and optionally containing a chat username at the end.static class
Text that must be formatted as if inside a code HTML tag.static class
A custom emoji.static class
An email address.static class
Text 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 class
A hashtag text, beginning with "#" and optionally containing a chat username at the end.static class
An italic text.static class
A media timestamp.static class
A mention of a user, a supergroup, or a channel by their username.static class
A text shows instead of a raw mention of the user (e.g., when the user has no username).static class
A phone number.static class
Text that must be formatted as if inside a pre HTML tag.static class
Text that must be formatted as if inside pre, and code HTML tags.static class
A spoiler text.static class
A strikethrough text.static class
A text description shown instead of a raw URL.static class
An underlined text.static class
An 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.