mirror of
https://github.com/teloxide/teloxide.git
synced 2024-12-22 14:35:36 +01:00
send_game needs chat_id by i64 not u32
This commit is contained in:
parent
0175a1fcd6
commit
c6c0378077
1 changed files with 1 additions and 1 deletions
|
@ -4031,7 +4031,7 @@ Schema(
|
|||
params: [
|
||||
Param(
|
||||
name: "chat_id",
|
||||
ty: u32,
|
||||
ty: i64,
|
||||
descr: Doc(md: "Unique identifier for the target chat"),
|
||||
),
|
||||
Param(
|
||||
|
|
Loading…
Reference in a new issue