Class
V2TIMFriendInfo
public class V2TIMFriendInfo
Definition of V2TIMFriendInfo
Initializers
init()
public init()
Properties
description
public var description: String
friendRemark
public var friendRemark: String?
Friend remarks
-
The maximum length of friend remarks cannot exceed 96 bytes.
-
For field descriptions, see here。
friendCustomInfo
public var friendCustomInfo: Dictionary<String, Data>?
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.
friendGroups
public var friendGroups: Array<String>
Groups to which a friend belongs
-
A maximum of 32 lists are supported.
-
The list name cannot be empty.
-
The length of a list name cannot exceed 30 bytes
-
One user can be added to multiple friend lists.
-
For field descriptions, see here。