teloxide-core 0.13.0

Core part of the `teloxide` library - telegram bot API client
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
//! Generated by `codegen_payloads`, do not edit by hand.

use serde::Serialize;

use crate::types::Gifts;

impl_payload! {
    /// Returns the list of gifts that can be sent by the bot to users. Requires no parameters. Returns a [`Gifts`] object.
    ///
    /// [`Gifts`]: crate::types::Gifts
    #[derive(Debug, PartialEq, Eq, Hash, Default, Clone, Serialize)]
    pub GetAvailableGifts (GetAvailableGiftsSetters) => Gifts {

    }
}