Skip to main content

Crate ferogram_msgbox

Crate ferogram_msgbox 

Source

Re-exports§

pub use defs::ChannelState;
pub use defs::Gap;
pub use defs::MessageBoxes;
pub use defs::UpdatesLike;
pub use defs::UpdatesStateSnap;

Modules§

defs

Enums§

PrematureEndReason
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 through MessageBoxes::process_updates the same way a pushed update would be. Otherwise the next real update looks like a gap and triggers a spurious getDifference.