Exemplo n.º 1
0
 private void ProcessUpdate(UpdateChatUserTypingConstructor update) {
     logger.debug("chat typing update");
     ChatTypingEvent(update.chat_id, update.user_id);
 }
Exemplo n.º 2
0
 private void ProcessUpdate(UpdateChatUserTypingConstructor update)
 {
     logger.debug("chat typing update");
     ChatTypingEvent(update.chat_id, update.user_id);
 }