Trait TDCanTransferOwnershipResult

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

Represents result of checking whether the current session can be used to transfer a chat ownership to another user

Implementations on Foreign Types§

Source§

impl<'a, CANTRANSFEROWNERSHIPRESULT: TDCanTransferOwnershipResult> TDCanTransferOwnershipResult for &'a CANTRANSFEROWNERSHIPRESULT

Source§

impl<'a, CANTRANSFEROWNERSHIPRESULT: TDCanTransferOwnershipResult> TDCanTransferOwnershipResult for &'a mut CANTRANSFEROWNERSHIPRESULT

Implementors§