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 mut CHECKSTICKERSETNAMERESULT

source§

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

Implementors§