public interface MessageEntity
| Modifier and Type | Method and Description |
|---|---|
int |
getLength()
Gets the length of the entity in UTF-16 code units
|
int |
getOffset()
Gets the offset in UTF-16 code units to the start of the entity
|
MessageEntityType |
getType()
Gets the MessageEntityType that this MessageEntity relates to.
|
String |
getUrl()
Gets the URL that the MessageEntity refers to.
|
User |
getUser()
Gets the User that the MessageEntity refers to.
|
MessageEntityType getType()
int getOffset()
int getLength()
String getUrl()
User getUser()
Copyright © 2017. All rights reserved.