ConversationExt

Trait ConversationExt 

Source
pub trait ConversationExt {
    // Required methods
    fn subject(&self) -> Option<&str>;
    fn participant_jids(&self) -> Vec<Jid>;
    fn admin_jids(&self) -> Vec<Jid>;
    fn is_locked(&self) -> bool;
    fn is_announce_only(&self) -> bool;
}
Expand description

Extension trait for wa::Conversation

Required Methods§

Implementations on Foreign Types§

Source§

impl ConversationExt for Conversation

Implementors§