mirror of
https://github.com/teloxide/teloxide.git
synced 2025-01-07 02:59:41 +01:00
fixup SendInvice::chat_id type
This commit is contained in:
parent
5d576455d9
commit
40bbfb05ea
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ impl_payload! {
|
|||
pub SendInvoice (SendInvoiceSetters) => Message {
|
||||
required {
|
||||
/// Unique identifier for the target private chat
|
||||
pub chat_id: u32,
|
||||
pub chat_id: i32,
|
||||
/// Product name, 1-32 characters
|
||||
pub title: String [into],
|
||||
/// Product description, 1-255 characters
|
||||
|
|
Loading…
Reference in a new issue