diff --git a/doc/help.md b/doc/help.md
index 457b1fa..6b070db 100644
--- a/doc/help.md
+++ b/doc/help.md
@@ -29,6 +29,8 @@ Sources:
1. [How do I run my bot behind a proxy?](#proxy)
1. [Can you add feature X to the library?](#new-feature)
1. [Is this scalable?](#scalable)
+1. [How do I listen for messages in a chat group?](#messages-in-chat)
+1. [How do I know when a user blocks the bot?](#blocked-bot)
### How do I send GIFs?
@@ -127,4 +129,22 @@ Sources:
* Issue [#219](https://github.com/yagop/node-telegram-bot-api/issues/219)
+
+### How do I listen for messages in a chat group?
+
+*Not done. PRs welcome!*
+
+Sources:
+
+* Issue [#304](https://github.com/yagop/node-telegram-bot-api/issues/304)
+
+
+### How do I know when a user blocks the bot?
+
+*Not done. PRs welcome!*
+
+Sources:
+
+* Issue [#273](https://github.com/yagop/node-telegram-bot-api/issues/273)
+
[questions]:https://github.com/yagop/node-telegram-bot-api/issues?utf8=%E2%9C%93&q=is%3Aissue%20label%3Aquestion%20