mirror of
https://github.com/teloxide/teloxide.git
synced 2025-01-08 19:33:53 +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>,
|
||||
},
|
||||
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
|
||||
game: Game,
|
||||
|
|
Loading…
Reference in a new issue