pub struct UpdateDeleteChannelMessages {
pub channel_id: i64,
pub messages: Vec<i32>,
pub pts: i32,
pub pts_count: i32,
}Expand description
Generated from:
updateDeleteChannelMessages#c32d5b12 channel_id:long messages:Vector<int> pts:int pts_count:int = UpdateFields§
§channel_id: i64§messages: Vec<i32>§pts: i32§pts_count: i32Trait Implementations§
Source§impl Clone for UpdateDeleteChannelMessages
impl Clone for UpdateDeleteChannelMessages
Source§fn clone(&self) -> UpdateDeleteChannelMessages
fn clone(&self) -> UpdateDeleteChannelMessages
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 UpdateDeleteChannelMessages
impl Debug for UpdateDeleteChannelMessages
Source§impl Deserializable for UpdateDeleteChannelMessages
impl Deserializable for UpdateDeleteChannelMessages
Source§fn deserialize(buf: Buffer<'_, '_>) -> Result<Self>
fn deserialize(buf: Buffer<'_, '_>) -> Result<Self>
Read
Self from buf, advancing its position.Source§fn from_bytes(bytes: &[u8]) -> Result<Self>
fn from_bytes(bytes: &[u8]) -> Result<Self>
Convenience: deserialize from a byte slice.
Source§impl From<UpdateDeleteChannelMessages> for Update
impl From<UpdateDeleteChannelMessages> for Update
Source§fn from(x: UpdateDeleteChannelMessages) -> Self
fn from(x: UpdateDeleteChannelMessages) -> Self
Converts to this type from the input type.
Source§impl Identifiable for UpdateDeleteChannelMessages
impl Identifiable for UpdateDeleteChannelMessages
Source§const CONSTRUCTOR_ID: u32 = 0xc32d5b12
const CONSTRUCTOR_ID: u32 = 0xc32d5b12
The constructor ID as specified in the TL schema.
Source§impl TryFrom<Update> for UpdateDeleteChannelMessages
impl TryFrom<Update> for UpdateDeleteChannelMessages
impl StructuralPartialEq for UpdateDeleteChannelMessages
Auto Trait Implementations§
impl Freeze for UpdateDeleteChannelMessages
impl RefUnwindSafe for UpdateDeleteChannelMessages
impl Send for UpdateDeleteChannelMessages
impl Sync for UpdateDeleteChannelMessages
impl Unpin for UpdateDeleteChannelMessages
impl UnsafeUnpin for UpdateDeleteChannelMessages
impl UnwindSafe for UpdateDeleteChannelMessages
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