예제 #1
0
파일: Bot.cs 프로젝트: pmash2/pmashbotCS
 async private void PostMessage(ChatMessage msg)
 {
     await MessagePoster.PostMessage(settings.Endpoint, msg);
 }