pub struct UpdateAttachmentMenuBots {
pub bots: Vec<AttachmentMenuBot>,
}
Expand description
The list of bots added to attachment or side menu has changed
Fields§
§bots: Vec<AttachmentMenuBot>
The new list of bots. The bots must not be shown on scheduled messages screen
Trait Implementations§
Source§impl Clone for UpdateAttachmentMenuBots
impl Clone for UpdateAttachmentMenuBots
Source§fn clone(&self) -> UpdateAttachmentMenuBots
fn clone(&self) -> UpdateAttachmentMenuBots
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 UpdateAttachmentMenuBots
impl Debug for UpdateAttachmentMenuBots
Source§impl Default for UpdateAttachmentMenuBots
impl Default for UpdateAttachmentMenuBots
Source§fn default() -> UpdateAttachmentMenuBots
fn default() -> UpdateAttachmentMenuBots
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for UpdateAttachmentMenuBots
impl<'de> Deserialize<'de> for UpdateAttachmentMenuBots
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 UpdateAttachmentMenuBots
impl PartialEq for UpdateAttachmentMenuBots
Source§impl Serialize for UpdateAttachmentMenuBots
impl Serialize for UpdateAttachmentMenuBots
impl StructuralPartialEq for UpdateAttachmentMenuBots
Auto Trait Implementations§
impl Freeze for UpdateAttachmentMenuBots
impl RefUnwindSafe for UpdateAttachmentMenuBots
impl Send for UpdateAttachmentMenuBots
impl Sync for UpdateAttachmentMenuBots
impl Unpin for UpdateAttachmentMenuBots
impl UnwindSafe for UpdateAttachmentMenuBots
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