AtElem
Feature Introduction
info
@ information.
- iOS
- Android
- Flutter
- uni-app
- Browser/Electron/MiniProgram
- React-Native
- Unity
AtTextElem
Field Name | Data Type | Description |
---|---|---|
text | String | Message content |
atUsersInfo | List<AtUserInfo> | List of @'ed users |
quoteMessage | Message | Quoted message |
isAtSelf | bool | Whether oneself was @'ed |
OIMAtTextElem
Field Name | Data Type | Description |
---|---|---|
text | NSString | Message content |
atUserList | NSArray<NSString *> | List of @'ed user IDs |
atUsersInfo | NSArray< OIMAtInfo * > | List of @'ed users |
quoteMessage | OIMMessageInfo | Quoted message |
isAtSelf | BOOL | Whether oneself was @'ed |
isAtAll | BOOL | Whether all members were @'ed |
AtTextElem
Field Name | Data Type | Description |
---|---|---|
text | String | Message content |
atUserList | List<String> | List of @'ed user IDs |
atUsersInfo | List<AtUserInfo> | List of @'ed users |
quoteMessage | Message | Quoted message |
isAtSelf | boolean | Whether oneself was @'ed |
AtTextElem
Field Name | Data Type | Description |
---|---|---|
text | string | Message content |
atUserList | string[] | List of @'ed user userIDs |
atUsersInfo | AtUserInfo[] | List of @'ed user information |
quoteMessage | MessageItem | Quoted message |
isAtSelf | boolean | Whether oneself was @'ed |
AtTextElem
Field Name | Data Type | Description |
---|---|---|
text | string | Message content |
atUserList | string[] | List of @'ed user userIDs |
atUsersInfo | AtUserInfo[] | List of @'ed user information |
quoteMessage | MessageItem | Quoted message |
isAtSelf | boolean | Whether oneself was @'ed |
AtTextElem
Field Name | Data Type | Description |
---|---|---|
text | string | Message content |
atUserList | string[] | List of @'ed user userIDs |
atUsersInfo | AtUserInfo[] | List of @'ed user information |
quoteMessage | MessageItem | Quoted message |
isAtSelf | boolean | Whether oneself was @'ed |
AtTextElem
Field Name | Data Type | Description |
---|---|---|
Text | string | Message content |
AtUserList | string[] | List of @'ed user userIDs |
AtUsersInfo | AtUserInfo[] | List of @'ed user information |
QuoteMessage | MessageItem | Quoted message |
IsAtSelf | boolean | Whether oneself was @'ed |