pub struct UpdatePaidMessagesPrice {
pub broadcast_messages_allowed: bool,
pub channel: InputChannel,
pub send_paid_messages_stars: i64,
}Expand description
channels.updatePaidMessagesPrice
Generated from:
channels.updatePaidMessagesPrice#4b12327b flags:# broadcast_messages_allowed:flags.0?true channel:InputChannel send_paid_messages_stars:long = UpdatesFields§
§broadcast_messages_allowed: bool§channel: InputChannel§send_paid_messages_stars: i64Trait Implementations§
Source§impl Clone for UpdatePaidMessagesPrice
impl Clone for UpdatePaidMessagesPrice
Source§fn clone(&self) -> UpdatePaidMessagesPrice
fn clone(&self) -> UpdatePaidMessagesPrice
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 UpdatePaidMessagesPrice
impl Debug for UpdatePaidMessagesPrice
Source§impl Identifiable for UpdatePaidMessagesPrice
impl Identifiable for UpdatePaidMessagesPrice
Source§const CONSTRUCTOR_ID: u32 = 0x4b12327b
const CONSTRUCTOR_ID: u32 = 0x4b12327b
The constructor ID as specified in the TL schema.
Source§impl PartialEq for UpdatePaidMessagesPrice
impl PartialEq for UpdatePaidMessagesPrice
Source§impl RemoteCall for UpdatePaidMessagesPrice
impl RemoteCall for UpdatePaidMessagesPrice
impl StructuralPartialEq for UpdatePaidMessagesPrice
Auto Trait Implementations§
impl Freeze for UpdatePaidMessagesPrice
impl RefUnwindSafe for UpdatePaidMessagesPrice
impl Send for UpdatePaidMessagesPrice
impl Sync for UpdatePaidMessagesPrice
impl Unpin for UpdatePaidMessagesPrice
impl UnsafeUnpin for UpdatePaidMessagesPrice
impl UnwindSafe for UpdatePaidMessagesPrice
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