コード例 #1
0
 private void ProcessUpdate(UpdateChatUserTypingConstructor update) {
     logger.debug("chat typing update");
     ChatTypingEvent(update.chat_id, update.user_id);
 }
コード例 #2
0
 private void ProcessUpdate(UpdateChatUserTypingConstructor update)
 {
     logger.debug("chat typing update");
     ChatTypingEvent(update.chat_id, update.user_id);
 }