Fix the Message struct (core/types.rs)

This commit is contained in:
Temirkhan Myrzamadi 2019-09-02 10:35:20 +06:00
parent 71c6a23628
commit ab14d4b7e6

View file

@ -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>,