Struct telegram_bot_api::methods::GetCustomEmojiStickers
source · [−]Expand description
Use this method to get information about custom emoji stickers by their identifiers. Returns an Array of Sticker objects.
Fields
custom_emoji_ids: Vec<String>
List of custom emoji identifiers. At most 200 custom emoji identifiers can be specified.
Implementations
Trait Implementations
sourceimpl Clone for GetCustomEmojiStickers
impl Clone for GetCustomEmojiStickers
sourcefn clone(&self) -> GetCustomEmojiStickers
fn clone(&self) -> GetCustomEmojiStickers
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for GetCustomEmojiStickers
impl Debug for GetCustomEmojiStickers
sourceimpl<'de> Deserialize<'de> for GetCustomEmojiStickers
impl<'de> Deserialize<'de> for GetCustomEmojiStickers
sourcefn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
sourceimpl Methods for GetCustomEmojiStickers
impl Methods for GetCustomEmojiStickers
sourceimpl Serialize for GetCustomEmojiStickers
impl Serialize for GetCustomEmojiStickers
Auto Trait Implementations
impl RefUnwindSafe for GetCustomEmojiStickers
impl Send for GetCustomEmojiStickers
impl Sync for GetCustomEmojiStickers
impl Unpin for GetCustomEmojiStickers
impl UnwindSafe for GetCustomEmojiStickers
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more