pub struct GetPreviewMedias {
pub bot: InputUser,
}Expand description
Generated from:
bots.getPreviewMedias#a2a5594d bot:InputUser = Vector<BotPreviewMedia>Fields§
§bot: InputUserTrait Implementations§
Source§impl Clone for GetPreviewMedias
impl Clone for GetPreviewMedias
Source§fn clone(&self) -> GetPreviewMedias
fn clone(&self) -> GetPreviewMedias
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 GetPreviewMedias
impl Debug for GetPreviewMedias
Source§impl Identifiable for GetPreviewMedias
impl Identifiable for GetPreviewMedias
Source§const CONSTRUCTOR_ID: u32 = 0xa2a5594d
const CONSTRUCTOR_ID: u32 = 0xa2a5594d
The constructor ID as specified in the TL schema.
Source§impl PartialEq for GetPreviewMedias
impl PartialEq for GetPreviewMedias
Source§impl RemoteCall for GetPreviewMedias
impl RemoteCall for GetPreviewMedias
Source§type Return = Vec<BotPreviewMedia>
type Return = Vec<BotPreviewMedia>
The deserialized response type.
Source§impl Serializable for GetPreviewMedias
impl Serializable for GetPreviewMedias
impl StructuralPartialEq for GetPreviewMedias
Auto Trait Implementations§
impl Freeze for GetPreviewMedias
impl RefUnwindSafe for GetPreviewMedias
impl Send for GetPreviewMedias
impl Sync for GetPreviewMedias
impl Unpin for GetPreviewMedias
impl UnsafeUnpin for GetPreviewMedias
impl UnwindSafe for GetPreviewMedias
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