Class ReceiveNewFriendArgs
收到加好友信息事件
Inherited Members
EventArgs.Empty
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 ReceiveNewFriendArgs : WeClientEventArgs
Constructors
ReceiveNewFriendArgs()
Declaration
public ReceiveNewFriendArgs()
Properties
EncryptUsername
加密过的Username
Declaration
public string EncryptUsername { get; set; }
Property Value
Type | Description |
---|---|
string |
Message
请求附带信息
Declaration
public string Message { get; set; }
Property Value
Type | Description |
---|---|
string |
Nickname
昵称
Declaration
public string Nickname { get; set; }
Property Value
Type | Description |
---|---|
string |
Ticket
同意请求所需的Ticket
Declaration
public string Ticket { get; set; }
Property Value
Type | Description |
---|---|
string |
Username
好友wxid
Declaration
public string Username { get; set; }
Property Value
Type | Description |
---|---|
string |