Skip to content

Commit

Permalink
Add seqno flag for LookupBlock
Browse files Browse the repository at this point in the history
  • Loading branch information
hacker-volodya authored May 3, 2024
1 parent 3d1889b commit 2de33a6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions liteapi/src/tl/request.rs
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,8 @@ pub struct LookupBlock {
#[tl(flags)]
pub mode: (),
pub id: BlockId,
#[tl(flags_bit = "mode.0")]
pub seqno: Option<()>,
#[tl(flags_bit = "mode.1")]
pub lt: Option<u64>,
#[tl(flags_bit = "mode.2")]
Expand Down

0 comments on commit 2de33a6

Please sign in to comment.