Skip to main content

Module inline_iter

Module inline_iter 

Source
Expand description

Paginated inline query iterator.

Unlike the update stream which delivers live inline queries as they arrive, InlineQueryIter lets you replay/inspect queries stored in the update buffer. It is backed by an tokio::sync::mpsc channel so callers can pull inline queries one at a time instead of blocking on stream_updates.

Structs§

InlineQueryIter
Async iterator over incoming inline queries.