pub struct StarTransactionTypePaidGroupCallReactionReceive {
pub sender_id: MessageSender,
pub commission_per_mille: i32,
pub commission_star_amount: StarAmount,
}Expand description
The transaction is a receiving of a paid group call reaction; relevant for regular users and channel chats only
Fields§
§sender_id: MessageSenderIdentifier of the sender of the reaction
commission_per_mille: i32The number of Telegram Stars received by the Telegram for each 1000 Telegram Stars paid for reaction sending
commission_star_amount: StarAmountThe Telegram Star amount that was received by Telegram; can be negative for refunds
Trait Implementations§
Source§impl Clone for StarTransactionTypePaidGroupCallReactionReceive
impl Clone for StarTransactionTypePaidGroupCallReactionReceive
Source§fn clone(&self) -> StarTransactionTypePaidGroupCallReactionReceive
fn clone(&self) -> StarTransactionTypePaidGroupCallReactionReceive
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<'de> Deserialize<'de> for StarTransactionTypePaidGroupCallReactionReceive
impl<'de> Deserialize<'de> for StarTransactionTypePaidGroupCallReactionReceive
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 StarTransactionTypePaidGroupCallReactionReceive
impl PartialEq for StarTransactionTypePaidGroupCallReactionReceive
Source§fn eq(&self, other: &StarTransactionTypePaidGroupCallReactionReceive) -> bool
fn eq(&self, other: &StarTransactionTypePaidGroupCallReactionReceive) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for StarTransactionTypePaidGroupCallReactionReceive
Auto Trait Implementations§
impl Freeze for StarTransactionTypePaidGroupCallReactionReceive
impl RefUnwindSafe for StarTransactionTypePaidGroupCallReactionReceive
impl Send for StarTransactionTypePaidGroupCallReactionReceive
impl Sync for StarTransactionTypePaidGroupCallReactionReceive
impl Unpin for StarTransactionTypePaidGroupCallReactionReceive
impl UnsafeUnpin for StarTransactionTypePaidGroupCallReactionReceive
impl UnwindSafe for StarTransactionTypePaidGroupCallReactionReceive
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