pub struct SetMessageReactionParams {
pub chat_id: ChatId,
pub message_id: i64,
pub reaction: Vec<ReactionType>,
pub is_big: bool,
}Fields§
§chat_id: ChatId§message_id: i64§reaction: Vec<ReactionType>§is_big: boolTrait Implementations§
Source§impl Clone for SetMessageReactionParams
impl Clone for SetMessageReactionParams
Source§fn clone(&self) -> SetMessageReactionParams
fn clone(&self) -> SetMessageReactionParams
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 SetMessageReactionParams
impl Debug for SetMessageReactionParams
Auto Trait Implementations§
impl Freeze for SetMessageReactionParams
impl RefUnwindSafe for SetMessageReactionParams
impl Send for SetMessageReactionParams
impl Sync for SetMessageReactionParams
impl Unpin for SetMessageReactionParams
impl UnsafeUnpin for SetMessageReactionParams
impl UnwindSafe for SetMessageReactionParams
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