useserde::Serialize;/// <https://core.telegram.org/bots/api#setstickersettitle>
/// Use this method to set the title of a created sticker set. Returns True on success.
#[derive(Debug, Serialize, Default)]pubstructSetStickerSetTitle{pubname: String,
pubtitle: String,
}