useserde::{Deserialize, Serialize};/// <https://core.telegram.org/bots/api#webappdata>
/// Describes data sent from a Web App to the bot.
#[derive(Debug, Clone, Serialize, Deserialize, PartialEq)]pubstructWebAppData{pubdata: String,
pubbutton_text: String,
}