Class ReceiveGroupMessageArgs
收到群消息事件
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 ReceiveGroupMessageArgs : WeClientEventArgs
Constructors
ReceiveGroupMessageArgs()
Declaration
public ReceiveGroupMessageArgs()
Properties
Content
信息内容
Declaration
public MessageBoxAgrs Content { get; set; }
Property Value
Type | Description |
---|---|
MessageBoxAgrs |
Group
群聊
Declaration
public GroupArgs Group { get; set; }
Property Value
Type | Description |
---|---|
GroupArgs |
GroupUsername
群ID
Declaration
public string GroupUsername { get; set; }
Property Value
Type | Description |
---|---|
string |
IsAtRobot
是否at机器人
Declaration
public bool IsAtRobot { get; set; }
Property Value
Type | Description |
---|---|
bool |
Sender
发送者
Declaration
public GroupMemberArgs Sender { get; set; }
Property Value
Type | Description |
---|---|
GroupMemberArgs |
Username
发送者wxid
Declaration
public string Username { get; set; }
Property Value
Type | Description |
---|---|
string |