pub struct GetCustomEmojiStickers {
pub custom_emoji_ids: Vec<String>,
}
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§
Source§impl Clone for GetCustomEmojiStickers
impl Clone for GetCustomEmojiStickers
Source§fn clone(&self) -> GetCustomEmojiStickers
fn clone(&self) -> GetCustomEmojiStickers
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for GetCustomEmojiStickers
impl Debug for GetCustomEmojiStickers
Source§impl<'de> Deserialize<'de> for GetCustomEmojiStickers
impl<'de> Deserialize<'de> for GetCustomEmojiStickers
Source§fn 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
Source§impl Methods for GetCustomEmojiStickers
impl Methods for GetCustomEmojiStickers
Auto Trait Implementations§
impl Freeze for GetCustomEmojiStickers
impl RefUnwindSafe for GetCustomEmojiStickers
impl Send for GetCustomEmojiStickers
impl Sync for GetCustomEmojiStickers
impl Unpin for GetCustomEmojiStickers
impl UnwindSafe for GetCustomEmojiStickers
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more