use serde::{Deserialize, Serialize};
/// A placeholder, currently holds no information. Use [BotFather](https://t.me/botfather) to set up your game.
///
/// API Reference: [link](https://core.telegram.org/bots/api/#callbackgame)
#[derive(Debug, Clone, Default, PartialEq, Serialize, Deserialize)]
pub struct CallbackGame {}
// Divider: all content below this line will be preserved after code regen