public interface TextContent extends Content
| Modifier and Type | Method and Description |
|---|---|
String |
getContent()
Gets the String object relating to this TextContent object
|
List<MessageEntity> |
getEntities()
Gets the list of MessageEntity objects that this TextContent contains
|
default ContentType |
getType()
Gets the ContentType relating to this Content object
|
String getContent()
List<MessageEntity> getEntities()
default ContentType getType()
Copyright © 2017. All rights reserved.