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