pub struct ReportChatPhoto { /* private fields */ }
Expand description
Reports a chat photo to the Telegram moderators. A chat photo can be reported only if chat.can_be_reported
Implementations§
Trait Implementations§
Source§impl AsRef<ReportChatPhoto> for ReportChatPhoto
impl AsRef<ReportChatPhoto> for ReportChatPhoto
Source§fn as_ref(&self) -> &ReportChatPhoto
fn as_ref(&self) -> &ReportChatPhoto
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl Clone for ReportChatPhoto
impl Clone for ReportChatPhoto
Source§fn clone(&self) -> ReportChatPhoto
fn clone(&self) -> ReportChatPhoto
Returns a copy 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 ReportChatPhoto
impl Debug for ReportChatPhoto
Source§impl Default for ReportChatPhoto
impl Default for ReportChatPhoto
Source§fn default() -> ReportChatPhoto
fn default() -> ReportChatPhoto
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ReportChatPhoto
impl<'de> Deserialize<'de> for ReportChatPhoto
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
Auto Trait Implementations§
impl Freeze for ReportChatPhoto
impl RefUnwindSafe for ReportChatPhoto
impl Send for ReportChatPhoto
impl Sync for ReportChatPhoto
impl Unpin for ReportChatPhoto
impl UnwindSafe for ReportChatPhoto
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