pub struct UpdateTrustedMiniAppBots {
pub bot_user_ids: Vec<i64>,
}Expand description
Lists of bots which Mini Apps must be allowed to read text from clipboard and must be opened without a warning
Fields§
§bot_user_ids: Vec<i64>List of user identifiers of the bots; the corresponding users may not be sent using updateUser updates and may not be accessible
Trait Implementations§
Source§impl Clone for UpdateTrustedMiniAppBots
impl Clone for UpdateTrustedMiniAppBots
Source§fn clone(&self) -> UpdateTrustedMiniAppBots
fn clone(&self) -> UpdateTrustedMiniAppBots
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 UpdateTrustedMiniAppBots
impl Debug for UpdateTrustedMiniAppBots
Source§impl Default for UpdateTrustedMiniAppBots
impl Default for UpdateTrustedMiniAppBots
Source§fn default() -> UpdateTrustedMiniAppBots
fn default() -> UpdateTrustedMiniAppBots
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for UpdateTrustedMiniAppBots
impl<'de> Deserialize<'de> for UpdateTrustedMiniAppBots
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 UpdateTrustedMiniAppBots
impl PartialEq for UpdateTrustedMiniAppBots
Source§impl Serialize for UpdateTrustedMiniAppBots
impl Serialize for UpdateTrustedMiniAppBots
impl StructuralPartialEq for UpdateTrustedMiniAppBots
Auto Trait Implementations§
impl Freeze for UpdateTrustedMiniAppBots
impl RefUnwindSafe for UpdateTrustedMiniAppBots
impl Send for UpdateTrustedMiniAppBots
impl Sync for UpdateTrustedMiniAppBots
impl Unpin for UpdateTrustedMiniAppBots
impl UnsafeUnpin for UpdateTrustedMiniAppBots
impl UnwindSafe for UpdateTrustedMiniAppBots
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