Class ReceiveFriendMessageArgs
好友消息对象
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 ReceiveFriendMessageArgs : WeClientEventArgs
Constructors
ReceiveFriendMessageArgs()
Declaration
public ReceiveFriendMessageArgs()
Properties
Content
信息内容
Declaration
public MessageBoxAgrs Content { get; set; }
Property Value
Type | Description |
---|---|
MessageBoxAgrs |
Sender
发送者
Declaration
public ContactArgs Sender { get; set; }
Property Value
Type | Description |
---|---|
ContactArgs |
Username
发送者wxid
Declaration
public string Username { get; set; }
Property Value
Type | Description |
---|---|
string |