Trait rust_tdlib::types::TDMessageForwardOrigin[][src]

pub trait TDMessageForwardOrigin: Debug + RObject { }
Expand description

Contains information about the origin of a forwarded message

Implementations on Foreign Types

impl<'a, MESSAGEFORWARDORIGIN: TDMessageForwardOrigin> TDMessageForwardOrigin for &'a MESSAGEFORWARDORIGIN[src]

impl<'a, MESSAGEFORWARDORIGIN: TDMessageForwardOrigin> TDMessageForwardOrigin for &'a mut MESSAGEFORWARDORIGIN[src]

Implementors