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