Struct rtdlib::types::GetChatInviteLink [−][src]
pub struct GetChatInviteLink { /* fields omitted */ }
Expand description
Returns information about an invite link. Requires administrator privileges and can_invite_users right in the chat to get own links and owner privileges to get other links
Implementations
Trait Implementations
Performs the conversion.
Returns the “default value” for a type. Read more
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for GetChatInviteLink
impl Send for GetChatInviteLink
impl Sync for GetChatInviteLink
impl Unpin for GetChatInviteLink
impl UnwindSafe for GetChatInviteLink
Blanket Implementations
Mutably borrows from an owned value. Read more