Skip to content

Commit

Permalink
fix: add getAvailableGifts as zero param method (#750)
Browse files Browse the repository at this point in the history
  • Loading branch information
KnightNiwrem authored Jan 27, 2025
1 parent b5b7ec4 commit 257763b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -377,6 +377,7 @@ export function createRawApi<R extends RawApi>(
: m === "getMe" ||
m === "getWebhookInfo" ||
m === "getForumTopicIconStickers" ||
m === "getAvailableGifts" ||
m === "logOut" ||
m === "close"
? client.callApi.bind(client, m, {} as Payload<typeof m, R>)
Expand Down

0 comments on commit 257763b

Please sign in to comment.