pub struct DeleteGroupFileParams {
pub group_id: i64,
pub file_id: String,
}Expand description
删除群文件的请求参数。
Fields§
§group_id: i64文件所属群组的群号。
file_id: String要删除的文件的ID。
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DeleteGroupFileParams
impl RefUnwindSafe for DeleteGroupFileParams
impl Send for DeleteGroupFileParams
impl Sync for DeleteGroupFileParams
impl Unpin for DeleteGroupFileParams
impl UnsafeUnpin for DeleteGroupFileParams
impl UnwindSafe for DeleteGroupFileParams
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