pub struct ApiGetGroupLink {
pub group_id: i64,
}Expand description
§Group link commands
These commands can be used by bots that manage multiple public groups
Get group link.
Network usage: no.
Syntax:
/_get link #<groupId>Fields§
§group_id: i64Trait Implementations§
Source§impl Clone for ApiGetGroupLink
impl Clone for ApiGetGroupLink
Source§fn clone(&self) -> ApiGetGroupLink
fn clone(&self) -> ApiGetGroupLink
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 CommandSyntax for ApiGetGroupLink
impl CommandSyntax for ApiGetGroupLink
Source§impl Debug for ApiGetGroupLink
impl Debug for ApiGetGroupLink
Source§impl PartialEq for ApiGetGroupLink
impl PartialEq for ApiGetGroupLink
impl StructuralPartialEq for ApiGetGroupLink
Auto Trait Implementations§
impl Freeze for ApiGetGroupLink
impl RefUnwindSafe for ApiGetGroupLink
impl Send for ApiGetGroupLink
impl Sync for ApiGetGroupLink
impl Unpin for ApiGetGroupLink
impl UnwindSafe for ApiGetGroupLink
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