Fix weird formatting

This commit is contained in:
Temirkhan Myrzamadi 2019-12-12 01:03:06 +06:00
parent d20bab850d
commit 2e7d1e8285

View file

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