Skip to content

Commit

Permalink
docs: update PollingOptions.allowed_updates (#650)
Browse files Browse the repository at this point in the history
  • Loading branch information
KnorpelSenf authored Oct 27, 2024
1 parent f31feed commit 5aac3e6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/bot.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,11 @@ export interface PollingOptions {
timeout?: number;
/**
* A list of the update types you want your bot to receive. For example,
* specify [message”, “edited_channel_post”, “callback_query] to only
* specify ["message", "edited_channel_post", "callback_query"] to only
* receive updates of these types. See Update for a complete list of
* available update types. Specify an empty list to receive all update types
* except chat_member (default). If not specified, the previous setting will
* be used.
* except chat_member, message_reaction, and message_reaction_count
* (default). If not specified, the previous setting will be used.
*
* Please note that this parameter doesn't affect updates created before the
* call to the getUpdates, so unwanted updates may be received for a short
Expand Down

0 comments on commit 5aac3e6

Please sign in to comment.