메소드 | 설명 | |
---|---|---|
Connect ( ) : System.Threading.Tasks.Task | ||
Disconnect ( ) : void | ||
GetBotUserName ( ) : string | ||
GetChannelId ( string channelName ) : string | ||
GetUserIdForUsername ( string username ) : string | ||
ListChannels ( ) : string>.Dictionary |
||
MessageReceived ( |
||
NoobotCore ( IConfigReader configReader, ILog log, INoobotContainer container ) : System | ||
Ping ( ) : System.Threading.Tasks.Task | ||
SendMessage ( Noobot.Core.MessagingPipeline.Response.ResponseMessage responseMessage ) : System.Threading.Tasks.Task |
메소드 | 설명 | |
---|---|---|
GetAttachmentFields ( Noobot.Core.MessagingPipeline.Response.Attachment attachment ) : IList |
||
GetAttachments ( Noobot.Core.MessagingPipeline.Response.Attachment attachment ) : IList |
||
GetChatHub ( Noobot.Core.MessagingPipeline.Response.ResponseMessage responseMessage ) : Task |
||
GetUserChannel ( |
||
GetUserChatHub ( string userId, bool joinChannel = true ) : Task |
||
GetUsername ( |
||
OnDisconnect ( ) : void | ||
Reconnect ( ) : void | ||
StartPlugins ( ) : void |
TODO: Move these methods into container?
|
|
StopPlugins ( ) : void |
TODO: Move these methods into container?
|
public GetChannelId ( string channelName ) : string | ||
channelName | string | |
리턴 | string |
public GetUserIdForUsername ( string username ) : string | ||
username | string | |
리턴 | string |
public MessageReceived ( |
||
message | ||
리턴 | System.Threading.Tasks.Task |
public NoobotCore ( IConfigReader configReader, ILog log, INoobotContainer container ) : System | ||
configReader | IConfigReader | |
log | ILog | |
container | INoobotContainer | |
리턴 | System |
public SendMessage ( Noobot.Core.MessagingPipeline.Response.ResponseMessage responseMessage ) : System.Threading.Tasks.Task | ||
responseMessage | Noobot.Core.MessagingPipeline.Response.ResponseMessage | |
리턴 | System.Threading.Tasks.Task |