Re-exports§
pub use defs::ChannelState;pub use defs::Gap;pub use defs::MessageBoxes;pub use defs::UpdatesLike;pub use defs::UpdatesStateSnap;
Modules§
Enums§
- Premature
EndReason - Reason for calling
MessageBoxes::end_channel_difference.
Functions§
- classify_
own_ response - Parse the raw body of one of our own RPC responses into an
UpdatesLike, so self-sent actions (sending/editing/deleting a message, etc.) can be fed back throughMessageBoxes::process_updatesthe same way a pushed update would be. Otherwise the next real update looks like a gap and triggers a spurious getDifference.