pub struct GetChannelDifference {
pub force: bool,
pub channel: InputChannel,
pub filter: ChannelMessagesFilter,
pub pts: i32,
pub limit: i32,
}Expand description
Generated from:
updates.getChannelDifference#3173d78 flags:# force:flags.0?true channel:InputChannel filter:ChannelMessagesFilter pts:int limit:int = updates.ChannelDifferenceFields§
§force: bool§channel: InputChannel§filter: ChannelMessagesFilter§pts: i32§limit: i32Trait Implementations§
Source§impl Clone for GetChannelDifference
impl Clone for GetChannelDifference
Source§fn clone(&self) -> GetChannelDifference
fn clone(&self) -> GetChannelDifference
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 GetChannelDifference
impl Debug for GetChannelDifference
Source§impl Identifiable for GetChannelDifference
impl Identifiable for GetChannelDifference
Source§const CONSTRUCTOR_ID: u32 = 0x03173d78
const CONSTRUCTOR_ID: u32 = 0x03173d78
The constructor ID as specified in the TL schema.
Source§impl PartialEq for GetChannelDifference
impl PartialEq for GetChannelDifference
Source§impl RemoteCall for GetChannelDifference
impl RemoteCall for GetChannelDifference
Source§type Return = ChannelDifference
type Return = ChannelDifference
The deserialized response type.
Source§impl Serializable for GetChannelDifference
impl Serializable for GetChannelDifference
impl StructuralPartialEq for GetChannelDifference
Auto Trait Implementations§
impl Freeze for GetChannelDifference
impl RefUnwindSafe for GetChannelDifference
impl Send for GetChannelDifference
impl Sync for GetChannelDifference
impl Unpin for GetChannelDifference
impl UnsafeUnpin for GetChannelDifference
impl UnwindSafe for GetChannelDifference
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