1
2
3
4
5
use types::WebhookInfo;

#[derive(Serialize, Debug, TelegramApi)]
#[return_type = "WebhookInfo"]
pub struct GetWebhookInfo;