From 3d4e25743e51760b73d29e7e0ef028422a534d88 Mon Sep 17 00:00:00 2001 From: Andrey Brusnik Date: Tue, 30 Jul 2024 17:32:20 +0400 Subject: [PATCH] Add FIXME to `boost_id` --- crates/teloxide-core/src/types/chat_boost_removed.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/crates/teloxide-core/src/types/chat_boost_removed.rs b/crates/teloxide-core/src/types/chat_boost_removed.rs index 094a0bde..1be28960 100644 --- a/crates/teloxide-core/src/types/chat_boost_removed.rs +++ b/crates/teloxide-core/src/types/chat_boost_removed.rs @@ -10,6 +10,7 @@ pub struct ChatBoostRemoved { /// Chat which was boosted pub chat: Chat, + // FIXME: BoostId /// Unique identifier of the boost pub boost_id: String,