pub struct InternalLinkTypeBusinessChat {
pub link_name: String,
}
Expand description
The link is a link to a business chat. Use getBusinessChatLinkInfo with the provided link name to get information about the link, then open received private chat and replace chat draft with the provided text
Fields§
§link_name: String
Name of the link
Trait Implementations§
Source§impl Clone for InternalLinkTypeBusinessChat
impl Clone for InternalLinkTypeBusinessChat
Source§fn clone(&self) -> InternalLinkTypeBusinessChat
fn clone(&self) -> InternalLinkTypeBusinessChat
Returns a duplicate 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 moreSource§impl Debug for InternalLinkTypeBusinessChat
impl Debug for InternalLinkTypeBusinessChat
Source§impl Default for InternalLinkTypeBusinessChat
impl Default for InternalLinkTypeBusinessChat
Source§fn default() -> InternalLinkTypeBusinessChat
fn default() -> InternalLinkTypeBusinessChat
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for InternalLinkTypeBusinessChat
impl<'de> Deserialize<'de> for InternalLinkTypeBusinessChat
Source§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
Source§impl PartialEq for InternalLinkTypeBusinessChat
impl PartialEq for InternalLinkTypeBusinessChat
Source§fn eq(&self, other: &InternalLinkTypeBusinessChat) -> bool
fn eq(&self, other: &InternalLinkTypeBusinessChat) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for InternalLinkTypeBusinessChat
Auto Trait Implementations§
impl Freeze for InternalLinkTypeBusinessChat
impl RefUnwindSafe for InternalLinkTypeBusinessChat
impl Send for InternalLinkTypeBusinessChat
impl Sync for InternalLinkTypeBusinessChat
impl Unpin for InternalLinkTypeBusinessChat
impl UnwindSafe for InternalLinkTypeBusinessChat
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more