FriendApplication
Feature Introduction
- iOS
- Android
- Flutter
- uni-app
- Browser/Electron/MiniProgram
- React-Native
- Unity
FriendApplicationInfo
字段Parameter Name | 字段Type | Description |
---|
fromUserID | String | 添加者ID |
fromNickname | String | 添加者昵称 |
fromFaceURL | String | 添加者头像 |
toUserID | String | 被添加者ID |
toNickname | String | 被添加者昵称 |
toFaceURL | String | 被添加者头像 |
handleResult | int | 处理结果(1 同意/-1 拒绝/0 未处理) |
reqMsg | String | 申请添加好友时附带的消息 |
createTime | int | 创建时间(毫秒) |
handlerUserID | String | 处理者ID |
handleMsg | String | 处理好友申请时附带的消息 |
handleTime | int | 处理时间(毫秒) |
ex | String | Extension Field |
attachedInfo | String | 暂未使用 |
OIMFriendApplication
字段Parameter Name | 字段Type | Description |
---|
fromUserID | NSString | 添加者ID |
fromNickname | NSString | 添加者昵称 |
fromFaceURL | NSString | 添加者头像 |
toUserID | NSString | 被添加者ID |
toNickname | NSString | 被添加者昵称 |
toFaceURL | NSInteger | 被添加者头像 |
handleResult | HandleResult | 处理结果(同意/拒绝/未处理) |
reqMsg | NSString | 申请添加好友时附带的消息 |
createTime | NSInteger | 创建时间(毫秒) |
handlerUserID | NSString | 处理者ID |
handleMsg | NSString | 处理好友申请时附带的消息 |
handleTime | NSInteger | 处理时间(毫秒) |
ex | NSString | Extension Field |
attachedInfo | NSString | 暂未使用 |
FriendApplicationInfo
字段Parameter Name | 字段Type | Description |
---|
fromUserID | String | 添加者ID |
fromNickname | String | 添加者昵称 |
fromFaceURL | String | 添加者头像 |
toUserID | String | 被添加者ID |
toNickname | String | 被添加者昵称 |
toFaceURL | String | 被添加者头像 |
handleResult | ApplicationHandleResult | 处理结果(同意/拒绝/未处理) |
reqMsg | String | 申请添加好友时附带的消息 |
createTime | String | 创建时间(毫秒) |
handlerUserID | String | 处理者ID |
handleMsg | String | 处理好友申请时附带的消息 |
handleTime | String | 处理时间(毫秒) |
ex | String | Extension Field |
FriendApplicationItem
字段Parameter Name | 字段Type | Description |
---|
fromUserID | string | 添加者ID |
fromNickname | string | 添加者昵称 |
fromFaceURL | string | 添加者头像 |
toUserID | string | 被添加者ID |
toNickname | string | 被添加者昵称 |
toFaceURL | string | 被添加者头像 |
handleResult | ApplicationHandleResult | 处理结果(同意/拒绝/未处理) |
reqMsg | string | 申请添加好友时附带的消息 |
createTime | number | 创建时间(毫秒) |
handlerUserID | string | 处理者ID |
handleMsg | string | 处理好友申请时附带的消息 |
handleTime | number | 处理时间(毫秒) |
ex | string | Extension Field |
attachedInfo | string | 暂未使用 |
FriendApplicationItem
字段Parameter Name | 字段Type | Description |
---|
fromUserID | string | 添加者ID |
fromNickname | string | 添加者昵称 |
fromFaceURL | string | 添加者头像 |
toUserID | string | 被添加者ID |
toNickname | string | 被添加者昵称 |
toFaceURL | string | 被添加者头像 |
handleResult | ApplicationHandleResult | 处理结果(同意/拒绝/未处理) |
reqMsg | string | 申请添加好友时附带的消息 |
createTime | number | 创建时间(毫秒) |
handlerUserID | string | 处理者ID |
handleMsg | string | 处理好友申请时附带的消息 |
handleTime | number | 处理时间(毫秒) |
ex | string | Extension Field |
attachedInfo | string | 暂未使用 |
FriendApplicationItem
字段Parameter Name | 字段Type | Description |
---|
fromUserID | string | 添加者ID |
fromNickname | string | 添加者昵称 |
fromFaceURL | string | 添加者头像 |
toUserID | string | 被添加者ID |
toNickname | string | 被添加者昵称 |
toFaceURL | string | 被添加者头像 |
handleResult | ApplicationHandleResult | 处理结果(同意/拒绝/未处理) |
reqMsg | string | 申请添加好友时附带的消息 |
createTime | number | 创建时间(毫秒) |
handlerUserID | string | 处理者ID |
handleMsg | string | 处理好友申请时附带的消息 |
handleTime | number | 处理时间(毫秒) |
ex | string | Extension Field |
attachedInfo | string | 暂未使用 |
FriendApplicationInfo
字段Parameter Name | 字段Type | Description |
---|
FromUserID | string | Request User ID |
FromNickname | string | Nickname |
FromFaceURL | string | Face Url |
ToUserID | string | Added User ID |
ToNickname | string | Added User NickName |
ToFaceURL | string | Added User Face Url |
HandleResult | int | Result (1 Agree/-1 Refuse/0 Unhandled) |
ReqMsg | string | Message Attached When Applying To Add A Friend |
CreateTime | int | Create Time (milliseconds) |
HandlerUserID | string | Handler User ID |
HandleMsg | string | Message Attached When Processing Friend Request |
HandleTime | int | Handle Time(milliseconds) |
Ex | string | Extension Field |
AttachedInfo | string | no use |
Help me translate the above document into English, and only need to reply with the translated text, and do not add unnecessary content before and after the reply.