pub struct SetSupergroupStickerSet {
pub supergroup_id: i32,
pub sticker_set_id: i64,
}
Expand description
Changes the sticker set of a supergroup; requires appropriate rights in the supergroup
Fields§
§supergroup_id: i32
Identifier of the supergroup
sticker_set_id: i64
New value of the supergroup sticker set identifier. Use 0 to remove the supergroup sticker set
Trait Implementations§
Source§impl Clone for SetSupergroupStickerSet
impl Clone for SetSupergroupStickerSet
Source§fn clone(&self) -> SetSupergroupStickerSet
fn clone(&self) -> SetSupergroupStickerSet
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 SetSupergroupStickerSet
impl Debug for SetSupergroupStickerSet
Source§impl<'de> Deserialize<'de> for SetSupergroupStickerSet
impl<'de> Deserialize<'de> for SetSupergroupStickerSet
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 Method for SetSupergroupStickerSet
impl Method for SetSupergroupStickerSet
Auto Trait Implementations§
impl Freeze for SetSupergroupStickerSet
impl RefUnwindSafe for SetSupergroupStickerSet
impl Send for SetSupergroupStickerSet
impl Sync for SetSupergroupStickerSet
impl Unpin for SetSupergroupStickerSet
impl UnwindSafe for SetSupergroupStickerSet
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