Trait TDCheckStickerSetNameResult

Source
pub trait TDCheckStickerSetNameResult: Debug + RObject { }
Expand description

Represents result of checking whether a name can be used for a new sticker set

Implementations on Foreign Types§

Source§

impl<'a, CHECKSTICKERSETNAMERESULT: TDCheckStickerSetNameResult> TDCheckStickerSetNameResult for &'a CHECKSTICKERSETNAMERESULT

Source§

impl<'a, CHECKSTICKERSETNAMERESULT: TDCheckStickerSetNameResult> TDCheckStickerSetNameResult for &'a mut CHECKSTICKERSETNAMERESULT

Implementors§