Uses of Class
com.jtelegram.api.message.entity.MessageEntity
-
Packages that use MessageEntity Package Description com.jtelegram.api.message com.jtelegram.api.message.entity com.jtelegram.api.message.games com.jtelegram.api.message.impl -
-
Uses of MessageEntity in com.jtelegram.api.message
Methods in com.jtelegram.api.message that return types with arguments of type MessageEntity Modifier and Type Method Description java.util.List<MessageEntity>
CaptionableMessage. getCaptionEntities()
-
Uses of MessageEntity in com.jtelegram.api.message.entity
Subclasses of MessageEntity in com.jtelegram.api.message.entity Modifier and Type Class Description class
TextLinkMessageEntity
class
TextMentionMessageEntity
class
UnsupportedMessageEntity
Methods in com.jtelegram.api.message.entity that return MessageEntity Modifier and Type Method Description MessageEntity
MessageEntity.Deserializer. deserialize(com.google.gson.JsonElement json, java.lang.reflect.Type typeOfT, com.google.gson.JsonDeserializationContext context)
Methods in com.jtelegram.api.message.entity that return types with arguments of type MessageEntity Modifier and Type Method Description java.lang.Class<? extends MessageEntity>
MessageEntityType. getImplementationClass()
-
Uses of MessageEntity in com.jtelegram.api.message.games
Methods in com.jtelegram.api.message.games that return types with arguments of type MessageEntity Modifier and Type Method Description java.util.List<MessageEntity>
Game. getTextEntities()
-
Uses of MessageEntity in com.jtelegram.api.message.impl
Methods in com.jtelegram.api.message.impl that return types with arguments of type MessageEntity Modifier and Type Method Description java.util.List<MessageEntity>
TextMessage. getEntities()
-