Struct teloxide_core::payloads::GetForumTopicIconStickers
source · pub struct GetForumTopicIconStickers {}
Expand description
Use this method to get custom emoji stickers, which can be used as a forum topic icon by any user. Requires no parameters. Returns an Array of Sticker
objects.
Implementations§
Trait Implementations§
source§impl Clone for GetForumTopicIconStickers
impl Clone for GetForumTopicIconStickers
source§impl Debug for GetForumTopicIconStickers
impl Debug for GetForumTopicIconStickers
source§impl Default for GetForumTopicIconStickers
impl Default for GetForumTopicIconStickers
source§impl Hash for GetForumTopicIconStickers
impl Hash for GetForumTopicIconStickers
source§impl PartialEq<GetForumTopicIconStickers> for GetForumTopicIconStickers
impl PartialEq<GetForumTopicIconStickers> for GetForumTopicIconStickers
source§fn eq(&self, other: &GetForumTopicIconStickers) -> bool
fn eq(&self, other: &GetForumTopicIconStickers) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Payload for GetForumTopicIconStickers
impl Payload for GetForumTopicIconStickers
source§fn timeout_hint(&self) -> Option<Duration>
fn timeout_hint(&self) -> Option<Duration>
If this payload may take long time to execute (e.g.
GetUpdates
with
big timeout
), the minimum timeout that should be used.impl Eq for GetForumTopicIconStickers
impl StructuralEq for GetForumTopicIconStickers
impl StructuralPartialEq for GetForumTopicIconStickers
Auto Trait Implementations§
impl RefUnwindSafe for GetForumTopicIconStickers
impl Send for GetForumTopicIconStickers
impl Sync for GetForumTopicIconStickers
impl Unpin for GetForumTopicIconStickers
impl UnwindSafe for GetForumTopicIconStickers
Blanket Implementations§
source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.