Skip to main content

TDChatMemberStatus

Trait TDChatMemberStatus 

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

Provides information about the status of a member in a chat

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementations on Foreign Types§

Source§

impl<'a, CHATMEMBERSTATUS: TDChatMemberStatus> TDChatMemberStatus for &'a CHATMEMBERSTATUS

Source§

impl<'a, CHATMEMBERSTATUS: TDChatMemberStatus> TDChatMemberStatus for &'a mut CHATMEMBERSTATUS

Implementors§