Definition of V2TIMFriendInfo.
Public Member Functions | |
| V2TIMFriendInfo () | |
| V2TIMFriendInfo (const V2TIMFriendInfo &friendInfo) | |
| ~V2TIMFriendInfo () | |
Data Fields | |
| V2TIMString | userID |
| V2TIMString | friendRemark |
| uint64_t | friendAddTime |
| V2TIMCustomInfo | friendCustomInfo |
| V2TIMStringVector | friendGroups |
| V2TIMUserFullInfo | userFullInfo |
| uint32_t | modifyFlag |
| V2TIMFriendInfo | ( | ) |
| V2TIMFriendInfo | ( | const V2TIMFriendInfo & | friendInfo | ) |
| ~V2TIMFriendInfo | ( | ) |
| V2TIMString userID |
User's userID.
| V2TIMString friendRemark |
Friend remarks The maximum length of friend remarks cannot exceed 96 bytes. For field descriptions, see here。
| uint64_t friendAddTime |
Get the UTC timestamp when a friend was added.
| V2TIMCustomInfo friendCustomInfo |
Custom friend fields You need to configure custom fields in the console first (Configuration -> Custom Friend Fields). Then you can call this API to set the custom fields. You don't need to add the Tag_SNS_Custom_ prefix for keys.
| V2TIMStringVector friendGroups |
Groups to which a friend belongs
| V2TIMUserFullInfo userFullInfo |
User profile of a friend.
| uint32_t modifyFlag |