pub struct ReplyMarkupForceReply {
pub is_personal: bool,
}Expand description
Instructs clients to force a reply to this message
Fields§
§is_personal: boolTrue, if a forced reply must automatically be shown to the current user. For outgoing messages, specify true to show the forced reply only for the mentioned users and for the target user of a reply
Trait Implementations§
Source§impl Clone for ReplyMarkupForceReply
impl Clone for ReplyMarkupForceReply
Source§fn clone(&self) -> ReplyMarkupForceReply
fn clone(&self) -> ReplyMarkupForceReply
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 ReplyMarkupForceReply
impl Debug for ReplyMarkupForceReply
Source§impl<'de> Deserialize<'de> for ReplyMarkupForceReply
impl<'de> Deserialize<'de> for ReplyMarkupForceReply
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 ReplyMarkupForceReply
impl RefUnwindSafe for ReplyMarkupForceReply
impl Send for ReplyMarkupForceReply
impl Sync for ReplyMarkupForceReply
impl Unpin for ReplyMarkupForceReply
impl UnwindSafe for ReplyMarkupForceReply
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