Trait CanExportChatInviteLink

Source
pub trait CanExportChatInviteLink {
    // Required method
    fn export_chat_invite_link(&self) -> ExportChatInviteLink;
}
Expand description

Get a list of administrators in a chat.

Required Methods§

Implementors§