mirror of
https://github.com/teloxide/teloxide.git
synced 2024-12-22 06:25:10 +01:00
Fix the Message struct (core/types.rs)
This commit is contained in:
parent
71c6a23628
commit
ab14d4b7e6
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ pub struct Message {
|
|||
migrate_from_chat_id: Option<i64>,
|
||||
pinned_message: Optional<Message>,
|
||||
invoice: Option<Invoice>,
|
||||
successful_payment: Optiona<SuccessfulPayment>,
|
||||
successful_payment: Option<SuccessfulPayment>,
|
||||
connected_website: Option<String>,
|
||||
passport_data: Option<PassportData>,
|
||||
reply_markup: Option<InlineKeyboardMarkup>,
|
||||
|
|
Loading…
Reference in a new issue