Skip to content

Commit

Permalink
fix: missing chat action added "choose_sticker" (#325)
Browse files Browse the repository at this point in the history
  • Loading branch information
abdoo9 committed Dec 7, 2022
1 parent 44dcf05 commit 2b9c659
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/context.ts
Original file line number Diff line number Diff line change
Expand Up @@ -970,6 +970,7 @@ export class Context implements RenamedUpdate {
| "record_voice"
| "upload_voice"
| "upload_document"
| "choose_sticker"
| "find_location"
| "record_video_note"
| "upload_video_note",
Expand Down
1 change: 1 addition & 0 deletions src/core/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -706,6 +706,7 @@ export class Api<R extends RawApi = RawApi> {
| "record_voice"
| "upload_voice"
| "upload_document"
| "choose_sticker"
| "find_location"
| "record_video_note"
| "upload_video_note",
Expand Down

0 comments on commit 2b9c659

Please sign in to comment.