Exemple #1
0
 public CreateDiscussApiMahuaCommandHandler(
     ICleverQqApi cleverqqApi,
     IRobotSessionContext robotSessionContext,
     IIrEventOutput eventFunOutput)
     : base(cleverqqApi, robotSessionContext, eventFunOutput)
 {
 }
Exemple #2
0
 public SendPrivateMessageApiMahuaCommandHandler(
     ICleverQqApi cleverqqApi,
     IRobotSessionContext robotSessionContext,
     IIrEventOutput eventFunOutput)
     : base(cleverqqApi, robotSessionContext, eventFunOutput)
 {
 }
 public GetCookiesApiMahuaCommandHandler(
     ICleverQqApi cleverQqApi,
     IRobotSessionContext robotSessionContext,
     IIrEventOutput eventFunOutput)
     : base(cleverQqApi, robotSessionContext, eventFunOutput)
 {
 }
 public GetGroupMemebersWithModelApiMahuaCommandHandler(
     ICleverQqApi cleverQqApi,
     IRobotSessionContext robotSessionContext,
     IIrEventOutput eventFunOutput)
     : base(cleverQqApi, robotSessionContext, eventFunOutput)
 {
 }
Exemple #5
0
 public AcceptFriendAddingRequestApiMahuaCommandHandler(
     ICleverQqApi cleverqqApi,
     IRobotSessionContext robotSessionContext,
     IIrEventOutput eventFunOutput)
     : base(cleverqqApi, robotSessionContext, eventFunOutput)
 {
 }
Exemple #6
0
 public BanGroupMemberApiMahuaCommandHandler(
     ICleverQqApi cleverqqApi,
     IRobotSessionContext robotSessionContext,
     IIrEventOutput eventFunOutput)
     : base(cleverqqApi, robotSessionContext, eventFunOutput)
 {
 }
Exemple #7
0
 public RejectGroupJoiningInvitationApiMahuaCommandHandler(
     ICleverQqApi cleverqqApi,
     IRobotSessionContext robotSessionContext,
     IIrEventOutput eventFunOutput)
     : base(cleverqqApi, robotSessionContext, eventFunOutput)
 {
 }
 public RemoveFriendApiMahuaCommandHandler(
     ICleverQqApi cleverqqApi,
     IRobotSessionContext robotSessionContext,
     IIrEventOutput eventFunOutput)
     : base(cleverqqApi, robotSessionContext, eventFunOutput)
 {
 }
Exemple #9
0
 public PrivateMessageDone(
     IMahuaApi mahuaApi,
     ICleverQQMessage message,
     ICleverQqApi cleverqqApi,
     IRobotSessionContext robotSessionContext)
 {
     _mahuaApi            = mahuaApi;
     _message             = message;
     _cleverqqApi         = cleverqqApi;
     _robotSessionContext = robotSessionContext;
 }
 public QqProvider(
     ICleverQqApi cleverqqApi)
 {
     _cleverqqApi = cleverqqApi;
 }