pub trait CanExportChatInviteLink {
    fn export_invite_link(&self) -> ExportChatInviteLink;
}
Expand description

Export chat invite link.

Required Methods§

Implementors§