Struct tbot::methods::ExportChatInviteLink
source · pub struct ExportChatInviteLink<'a> { /* private fields */ }
Expand description
Exports a chat’s invite link.
Reflects the exportChatInviteLink
method.
Implementations§
source§impl ExportChatInviteLink<'_>
impl ExportChatInviteLink<'_>
sourcepub async fn call(self) -> Result<String, MethodCall>
pub async fn call(self) -> Result<String, MethodCall>
Calls the method.
Trait Implementations§
source§impl<'a> Clone for ExportChatInviteLink<'a>
impl<'a> Clone for ExportChatInviteLink<'a>
source§fn clone(&self) -> ExportChatInviteLink<'a>
fn clone(&self) -> ExportChatInviteLink<'a>
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more