微风
  • 主页
  • 日志
  • Api 文档
Show / Hide Table of Contents
  • Plugin
    • BaseConfig
    • Conts
    • Eve
    • IPlugin
    • IPlugin.EventAsyncHandler<TEventArgs>
    • StaticData
  • Plugin.DbEntitys
    • Data
    • Evn
    • Integral
    • IntegralList
    • PluginConfig
    • PluginConfigs
    • RobotConfig
    • Status
  • Plugin.EveEntitys
    • BaseContactArgs
    • ContactArgs
    • ContactIconArgs
    • GroupArgs
    • GroupMemberArgs
    • GroupMemberCollection
    • MessageBoxAgrs
    • MessageType
    • ReceiveFriendMessageArgs
    • ReceiveGroupMemberEnterArgs
    • ReceiveGroupMemberQuitArgs
    • ReceiveGroupMessageArgs
    • ReceiveGroupNameChangeArgs
    • ReceiveNewFriendArgs
    • ReceiveOtherDeviceMessageArgs
    • ReceiveQRCodePayArgs
    • ReceiveSystemMessageArgs
    • SendResponseArgs
    • WeClientEventArgs
  • WeFeng.Db
    • DbUtilsHelpers

Class SendResponseArgs

发送文本消息类(外部)
Inheritance
object
SendResponseArgs
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 SendResponseArgs

Constructors

SendResponseArgs()

Declaration
public SendResponseArgs()

SendResponseArgs(string, int, string)

Declaration
public SendResponseArgs(string toUsername, int ret, string msg)
Parameters
Type Name Description
string toUsername
int ret
string msg

SendResponseArgs(string, ulong, int, string)

Declaration
public SendResponseArgs(string toUsername, ulong newMsgId, int ret, string msg)
Parameters
Type Name Description
string toUsername
ulong newMsgId
int ret
string msg

SendResponseArgs(string, ulong)

Declaration
public SendResponseArgs(string toUsername, ulong newMsgId)
Parameters
Type Name Description
string toUsername
ulong newMsgId

Properties

Msg

错误信息
Declaration
public string Msg { get; set; }
Property Value
Type Description
string

NewMsgId

消息长id
Declaration
public ulong NewMsgId { get; set; }
Property Value
Type Description
ulong

Ret

发送状态
Declaration
public int Ret { get; set; }
Property Value
Type Description
int

ToUsername

信息接收人
Declaration
public string ToUsername { get; set; }
Property Value
Type Description
string
In This Article
Back to top © 2023 微风版权所有