pub struct CanPostStoryResultMonthlyLimitExceeded {
pub retry_after: i32,
}Expand description
The monthly limit for the number of posted stories exceeded. The user needs to buy Telegram Premium or wait specified time
Fields§
§retry_after: i32Time left before the user can post the next story, in seconds
Trait Implementations§
Source§impl Clone for CanPostStoryResultMonthlyLimitExceeded
impl Clone for CanPostStoryResultMonthlyLimitExceeded
Source§fn clone(&self) -> CanPostStoryResultMonthlyLimitExceeded
fn clone(&self) -> CanPostStoryResultMonthlyLimitExceeded
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 CanPostStoryResultMonthlyLimitExceeded
impl Default for CanPostStoryResultMonthlyLimitExceeded
Source§fn default() -> CanPostStoryResultMonthlyLimitExceeded
fn default() -> CanPostStoryResultMonthlyLimitExceeded
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for CanPostStoryResultMonthlyLimitExceeded
impl<'de> Deserialize<'de> for CanPostStoryResultMonthlyLimitExceeded
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 CanPostStoryResultMonthlyLimitExceeded
impl PartialEq for CanPostStoryResultMonthlyLimitExceeded
Source§fn eq(&self, other: &CanPostStoryResultMonthlyLimitExceeded) -> bool
fn eq(&self, other: &CanPostStoryResultMonthlyLimitExceeded) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for CanPostStoryResultMonthlyLimitExceeded
Auto Trait Implementations§
impl Freeze for CanPostStoryResultMonthlyLimitExceeded
impl RefUnwindSafe for CanPostStoryResultMonthlyLimitExceeded
impl Send for CanPostStoryResultMonthlyLimitExceeded
impl Sync for CanPostStoryResultMonthlyLimitExceeded
impl Unpin for CanPostStoryResultMonthlyLimitExceeded
impl UnsafeUnpin for CanPostStoryResultMonthlyLimitExceeded
impl UnwindSafe for CanPostStoryResultMonthlyLimitExceeded
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