mirror of
https://github.com/teloxide/teloxide.git
synced 2025-03-23 07:09:34 +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: [
|
params: [
|
||||||
Param(
|
Param(
|
||||||
name: "chat_id",
|
name: "chat_id",
|
||||||
ty: u32,
|
ty: i64,
|
||||||
descr: Doc(md: "Unique identifier for the target chat"),
|
descr: Doc(md: "Unique identifier for the target chat"),
|
||||||
),
|
),
|
||||||
Param(
|
Param(
|
||||||
|
|
Loading…
Add table
Reference in a new issue