mirror of
https://github.com/teloxide/teloxide.git
synced 2024-12-22 14:35:36 +01:00
Add FIXME to boost_id
This commit is contained in:
parent
25666a301c
commit
3d4e25743e
1 changed files with 1 additions and 0 deletions
|
@ -10,6 +10,7 @@ pub struct ChatBoostRemoved {
|
||||||
/// Chat which was boosted
|
/// Chat which was boosted
|
||||||
pub chat: Chat,
|
pub chat: Chat,
|
||||||
|
|
||||||
|
// FIXME: BoostId
|
||||||
/// Unique identifier of the boost
|
/// Unique identifier of the boost
|
||||||
pub boost_id: String,
|
pub boost_id: String,
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue