pub struct StarTransactionTypeChannelPaidReactionReceive {
pub user_id: i64,
pub message_id: i64,
}Expand description
The transaction is a receiving of a paid reaction to a message by the channel chat; relevant for channel chats only
Fields§
§user_id: i64Identifier of the user who added the paid reaction
message_id: i64Identifier of the reacted message; may be 0 or an identifier of a deleted message
Trait Implementations§
Source§impl Clone for StarTransactionTypeChannelPaidReactionReceive
impl Clone for StarTransactionTypeChannelPaidReactionReceive
Source§fn clone(&self) -> StarTransactionTypeChannelPaidReactionReceive
fn clone(&self) -> StarTransactionTypeChannelPaidReactionReceive
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 Default for StarTransactionTypeChannelPaidReactionReceive
impl Default for StarTransactionTypeChannelPaidReactionReceive
Source§fn default() -> StarTransactionTypeChannelPaidReactionReceive
fn default() -> StarTransactionTypeChannelPaidReactionReceive
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for StarTransactionTypeChannelPaidReactionReceive
impl<'de> Deserialize<'de> for StarTransactionTypeChannelPaidReactionReceive
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 StarTransactionTypeChannelPaidReactionReceive
impl PartialEq for StarTransactionTypeChannelPaidReactionReceive
Source§fn eq(&self, other: &StarTransactionTypeChannelPaidReactionReceive) -> bool
fn eq(&self, other: &StarTransactionTypeChannelPaidReactionReceive) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for StarTransactionTypeChannelPaidReactionReceive
Auto Trait Implementations§
impl Freeze for StarTransactionTypeChannelPaidReactionReceive
impl RefUnwindSafe for StarTransactionTypeChannelPaidReactionReceive
impl Send for StarTransactionTypeChannelPaidReactionReceive
impl Sync for StarTransactionTypeChannelPaidReactionReceive
impl Unpin for StarTransactionTypeChannelPaidReactionReceive
impl UnsafeUnpin for StarTransactionTypeChannelPaidReactionReceive
impl UnwindSafe for StarTransactionTypeChannelPaidReactionReceive
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