From f915d8d7d677c2c15ad5242f7f192a3bee844159 Mon Sep 17 00:00:00 2001 From: Uladzislau Hramyka Date: Thu, 26 Feb 2026 08:56:46 +0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=96=20Merge=20PR=20#74564=20[telegram-?= =?UTF-8?q?web-app]=20correct=20msg=5Fid=20parameter=20type=20for=20shareM?= =?UTF-8?q?essage=20method=20by=20@SecondThundeR?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- types/telegram-web-app/index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/telegram-web-app/index.d.ts b/types/telegram-web-app/index.d.ts index 50218753c7167d..1fea6315017529 100644 --- a/types/telegram-web-app/index.d.ts +++ b/types/telegram-web-app/index.d.ts @@ -500,7 +500,7 @@ export interface WebApp { * * @since Bot API 8.0+ */ - shareMessage(msg_id: number, callback?: (success: boolean) => void): void; + shareMessage(msg_id: string, callback?: (success: boolean) => void): void; /** * A method that opens a dialog allowing the user to set the specified custom emoji as their status.