Class BaseContactArgs
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Plugin.EveEntitys
Assembly: Plugin.dll
Syntax
public class BaseContactArgs
Constructors
BaseContactArgs()
Declaration
public BaseContactArgs()
Properties
Alias
微信号
Declaration
public string Alias { get; set; }
Property Value
Type | Description |
---|---|
string |
AntispamTicket
添加好友所需(v2)
Declaration
public string AntispamTicket { get; set; }
Property Value
Type | Description |
---|---|
string |
City
城市
Declaration
public string City { get; set; }
Property Value
Type | Description |
---|---|
string |
EncryptUsername
添加好友所需(v1)
Declaration
public string EncryptUsername { get; set; }
Property Value
Type | Description |
---|---|
string |
Icon
头像
Declaration
public ContactIconArgs Icon { get; set; }
Property Value
Type | Description |
---|---|
ContactIconArgs |
Nickname
昵称
Declaration
public string Nickname { get; set; }
Property Value
Type | Description |
---|---|
string |
Province
省份
Declaration
public string Province { get; set; }
Property Value
Type | Description |
---|---|
string |
Sex
性别:0 - 未知,1 - 男,2 - 女
Declaration
public int Sex { get; set; }
Property Value
Type | Description |
---|---|
int |
Signature
个性签名
Declaration
public string Signature { get; set; }
Property Value
Type | Description |
---|---|
string |
Username
微信id
Declaration
public string Username { get; set; }
Property Value
Type | Description |
---|---|
string |