pub struct UpdateNewGroupCallPaidReaction {
pub group_call_id: i32,
pub sender_id: MessageSender,
pub star_count: i64,
}Expand description
A new paid reaction was received in a live story group call
Fields§
§group_call_id: i32Identifier of the group call
sender_id: MessageSenderIdentifier of the sender of the reaction
star_count: i64The number of Telegram Stars that were paid to send the reaction
Trait Implementations§
Source§impl Clone for UpdateNewGroupCallPaidReaction
impl Clone for UpdateNewGroupCallPaidReaction
Source§fn clone(&self) -> UpdateNewGroupCallPaidReaction
fn clone(&self) -> UpdateNewGroupCallPaidReaction
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 UpdateNewGroupCallPaidReaction
impl<'de> Deserialize<'de> for UpdateNewGroupCallPaidReaction
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 UpdateNewGroupCallPaidReaction
impl PartialEq for UpdateNewGroupCallPaidReaction
Source§fn eq(&self, other: &UpdateNewGroupCallPaidReaction) -> bool
fn eq(&self, other: &UpdateNewGroupCallPaidReaction) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for UpdateNewGroupCallPaidReaction
Auto Trait Implementations§
impl Freeze for UpdateNewGroupCallPaidReaction
impl RefUnwindSafe for UpdateNewGroupCallPaidReaction
impl Send for UpdateNewGroupCallPaidReaction
impl Sync for UpdateNewGroupCallPaidReaction
impl Unpin for UpdateNewGroupCallPaidReaction
impl UnsafeUnpin for UpdateNewGroupCallPaidReaction
impl UnwindSafe for UpdateNewGroupCallPaidReaction
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