Show / Hide Table of Contents

Class FriendProfile

Inheritance
System.Object
FriendProfile
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ToString()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: com.tencent.imsdk.unity.types
Assembly: cs.temp.dll.dll
Syntax
public class FriendProfile

Fields

friend_profile_add_source

Declaration
public string friend_profile_add_source
Field Value
Type Description
System.String

Read-only; the friend request source

friend_profile_add_time

Declaration
public ulong friend_profile_add_time
Field Value
Type Description
System.UInt64

Read-only; the friend request time

friend_profile_add_wording

Declaration
public string friend_profile_add_wording
Field Value
Type Description
System.String

Read-only; the friend request reason

friend_profile_custom_string_array

Declaration
public List<FriendProfileCustemStringInfo> friend_profile_custom_string_array
Field Value
Type Description
System.Collections.Generic.List<FriendProfileCustemStringInfo>

Read-only; Custom friend fields

friend_profile_group_name_array

Declaration
public List<string> friend_profile_group_name_array
Field Value
Type Description
System.Collections.Generic.List<System.String>

Read-only; the group name list

friend_profile_identifier

Declaration
public string friend_profile_identifier
Field Value
Type Description
System.String

Read-only; the friend UserID

friend_profile_remark

Declaration
public string friend_profile_remark
Field Value
Type Description
System.String

Read-only; the friend remarks, up to 96 bytes. This field is empty when you obtain your profile.

friend_profile_user_profile

Declaration
public UserProfile friend_profile_user_profile
Field Value
Type Description
UserProfile

Read-only; the friend profile

In This Article
Back to top Generated by DocFX