Class ReceiveOtherDeviceMessageArgs
其他设备发送的消息
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 ReceiveOtherDeviceMessageArgs : WeClientEventArgs
Constructors
ReceiveOtherDeviceMessageArgs()
Declaration
public ReceiveOtherDeviceMessageArgs()
Properties
Content
信息内容
Declaration
public MessageBoxAgrs Content { get; set; }
Property Value
Type | Description |
---|---|
MessageBoxAgrs |
ToUsername
接收信息的人、群
Declaration
public string ToUsername { get; set; }
Property Value
Type | Description |
---|---|
string |
Username
发送者
Declaration
public string Username { get; set; }
Property Value
Type | Description |
---|---|
string |