mirror of
https://github.com/teloxide/teloxide.git
synced 2025-03-21 14:29:01 +01:00
Fix weird formatting
This commit is contained in:
parent
d20bab850d
commit
2e7d1e8285
1 changed files with 2 additions and 2 deletions
|
@ -234,8 +234,8 @@ pub enum MediaKind {
|
||||||
caption_entities: Vec<MessageEntity>,
|
caption_entities: Vec<MessageEntity>,
|
||||||
},
|
},
|
||||||
Game {
|
Game {
|
||||||
/// Message is a game, information about the game. [More about games
|
/// Message is a game, information about the game. [More
|
||||||
/// »].
|
/// about games »].
|
||||||
///
|
///
|
||||||
/// [More about games »]: https://core.telegram.org/bots/api#games
|
/// [More about games »]: https://core.telegram.org/bots/api#games
|
||||||
game: Game,
|
game: Game,
|
||||||
|
|
Loading…
Add table
Reference in a new issue