Skip to content

Commit

Permalink
fix: add missing default update types
Browse files Browse the repository at this point in the history
  • Loading branch information
KnorpelSenf committed Apr 2, 2024
1 parent 29de76d commit e98053a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/bot.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ export const DEFAULT_UPDATE_TYPES = [
"edited_message",
"channel_post",
"edited_channel_post",
"business_connection",
"business_message",
"edited_business_message",
"deleted_business_messages",
"inline_query",
"chosen_inline_result",
"callback_query",
Expand Down

0 comments on commit e98053a

Please sign in to comment.