pub struct UpdateStarRevenueStatus {
pub owner_id: MessageSender,
pub status: StarRevenueStatus,
}Expand description
The Telegram Star revenue earned by a user or a chat has changed. If Telegram Star transaction screen of the chat is opened, then getStarTransactions may be called to fetch new transactions
Fields§
§owner_id: MessageSenderIdentifier of the owner of the Telegram Stars
status: StarRevenueStatusNew Telegram Star revenue status
Trait Implementations§
Source§impl Clone for UpdateStarRevenueStatus
impl Clone for UpdateStarRevenueStatus
Source§fn clone(&self) -> UpdateStarRevenueStatus
fn clone(&self) -> UpdateStarRevenueStatus
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 Debug for UpdateStarRevenueStatus
impl Debug for UpdateStarRevenueStatus
Source§impl<'de> Deserialize<'de> for UpdateStarRevenueStatus
impl<'de> Deserialize<'de> for UpdateStarRevenueStatus
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 UpdateStarRevenueStatus
impl PartialEq for UpdateStarRevenueStatus
Source§impl Serialize for UpdateStarRevenueStatus
impl Serialize for UpdateStarRevenueStatus
impl StructuralPartialEq for UpdateStarRevenueStatus
Auto Trait Implementations§
impl Freeze for UpdateStarRevenueStatus
impl RefUnwindSafe for UpdateStarRevenueStatus
impl Send for UpdateStarRevenueStatus
impl Sync for UpdateStarRevenueStatus
impl Unpin for UpdateStarRevenueStatus
impl UnsafeUnpin for UpdateStarRevenueStatus
impl UnwindSafe for UpdateStarRevenueStatus
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