Class EntityType
- java.lang.Object
-
- org.telegram.telegrambots.meta.api.objects.EntityType
-
public class EntityType extends Object
- Version:
- 1.0 Types of messages entities
- Author:
- Ruben Bermudez
-
-
Field Summary
Fields Modifier and Type Field Description static StringBOLDstatic StringBOTCOMMANDstatic StringCASHTAGstatic StringCODEstatic StringEMAILstatic StringHASHTAGstatic StringITALICstatic StringMENTIONstatic StringPHONENUMBERstatic StringPREstatic StringTEXTLINKstatic StringTEXTMENTIONstatic StringURL
-
-
-
Field Detail
-
MENTION
public static final String MENTION
- See Also:
- Constant Field Values
-
HASHTAG
public static final String HASHTAG
- See Also:
- Constant Field Values
-
CASHTAG
public static final String CASHTAG
- See Also:
- Constant Field Values
-
BOTCOMMAND
public static final String BOTCOMMAND
- See Also:
- Constant Field Values
-
URL
public static final String URL
- See Also:
- Constant Field Values
-
EMAIL
public static final String EMAIL
- See Also:
- Constant Field Values
-
PHONENUMBER
public static final String PHONENUMBER
- See Also:
- Constant Field Values
-
BOLD
public static final String BOLD
- See Also:
- Constant Field Values
-
ITALIC
public static final String ITALIC
- See Also:
- Constant Field Values
-
CODE
public static final String CODE
- See Also:
- Constant Field Values
-
PRE
public static final String PRE
- See Also:
- Constant Field Values
-
TEXTLINK
public static final String TEXTLINK
- See Also:
- Constant Field Values
-
TEXTMENTION
public static final String TEXTMENTION
- See Also:
- Constant Field Values
-
-