Class
V2TIMFaceElem
public class V2TIMFaceElem : V2TIMElem
Definition of V2TIMFaceElem
Relationships
Superclass
V2TIMElem
Definition of V2TIMElem
Initializers
init()
public override init()
Properties
index
public var index: Int
Custom emoji index
- The face message is defined by V2TIMFaceElem. The SDK does not provide face resource package. If the developer has face resource package, you can use index to mark a face, which can be customized by the user, or directly use data to store the expression binary information. All are defined by the user, and only transparent transmission is done inside the SDK.
- Index and data only need to be passed in one, the SDK only transparently transmits these two data.