From 133755f959377fdf29fc230258d9215faa29cd6f Mon Sep 17 00:00:00 2001 From: Syfaro Date: Wed, 10 Mar 2021 16:58:27 -0500 Subject: [PATCH] Another small docs update. --- docs/getting-started/important-notes.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/getting-started/important-notes.md b/docs/getting-started/important-notes.md index 591f159..d6388aa 100644 --- a/docs/getting-started/important-notes.md +++ b/docs/getting-started/important-notes.md @@ -12,8 +12,9 @@ pull request! ## ChatMemberUpdated -- In order to receive `chat_member` and updates, you must explicitly add it to - your `allowed_updates` when getting updates or setting your webhook. +- In order to receive `ChatMember` updates, you must explicitly add + `UpdateTypeChatMember` to your `AllowedUpdates` when getting updates or + setting your webhook. ## Entities use UTF16