From c6c0378077c6d9e5f1e13ae06a14b7dd196f83ea Mon Sep 17 00:00:00 2001 From: strongtu Date: Fri, 17 May 2024 20:47:10 +0800 Subject: [PATCH] send_game needs chat_id by i64 not u32 --- crates/teloxide-core/schema.ron | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/teloxide-core/schema.ron b/crates/teloxide-core/schema.ron index 346f64b5..5bc31785 100644 --- a/crates/teloxide-core/schema.ron +++ b/crates/teloxide-core/schema.ron @@ -4031,7 +4031,7 @@ Schema( params: [ Param( name: "chat_id", - ty: u32, + ty: i64, descr: Doc(md: "Unique identifier for the target chat"), ), Param(