Skip to content

Commit

Permalink
Change custom_emoji_id Type to string in setEmojiStatus (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
Malith-Rukshan authored Nov 27, 2024
1 parent c0d984e commit cd50490
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -973,7 +973,7 @@ export declare namespace TelegramWebApps {
* via the Mini App method requestEmojiStatusAccess.*
*/
setEmojiStatus(
custom_emoji_id: number,
custom_emoji_id: string,
params?: EmojiStatusParams,
callback?: (set: boolean) => void
): void
Expand Down

0 comments on commit cd50490

Please sign in to comment.