use serde::{Deserialize, Serialize};
/// Describes a withdrawal transaction to the Telegram Ads platform.
///
/// API Reference: [link](https://core.telegram.org/bots/api/#transactionpartnertelegramads)
#[derive(Debug, Clone, Default, PartialEq, Serialize, Deserialize)]
pub struct TransactionPartnerTelegramAds {}
// Divider: all content below this line will be preserved after code regen