Trait rust_tdlib::types::TDInputSticker[][src]

pub trait TDInputSticker: Debug + RObject { }
Expand description

Describes a sticker that needs to be added to a sticker set

Implementations on Foreign Types

impl<'a, INPUTSTICKER: TDInputSticker> TDInputSticker for &'a INPUTSTICKER[src]

impl<'a, INPUTSTICKER: TDInputSticker> TDInputSticker for &'a mut INPUTSTICKER[src]

Implementors