Trait CanExportChatInviteLink
telegram_bot::prelude
pub trait CanExportChatInviteLink { pub fn export_invite_link(&self) -> ExportChatInviteLink; }
Export chat invite link.
pub fn export_invite_link(&self) -> ExportChatInviteLink
impl<C> CanExportChatInviteLink for C where C: ToChatRef,