send_game needs chat_id by i64 not u32

This commit is contained in:
strongtu 2024-05-17 20:47:10 +08:00
parent 0175a1fcd6
commit c6c0378077

View file

@ -4031,7 +4031,7 @@ Schema(
params: [
Param(
name: "chat_id",
ty: u32,
ty: i64,
descr: Doc(md: "Unique identifier for the target chat"),
),
Param(