Skip to content

Commit 2de33a6

Browse files
Add seqno flag for LookupBlock
1 parent 3d1889b commit 2de33a6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

liteapi/src/tl/request.rs

+2
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,8 @@ pub struct LookupBlock {
135135
#[tl(flags)]
136136
pub mode: (),
137137
pub id: BlockId,
138+
#[tl(flags_bit = "mode.0")]
139+
pub seqno: Option<()>,
138140
#[tl(flags_bit = "mode.1")]
139141
pub lt: Option<u64>,
140142
#[tl(flags_bit = "mode.2")]

0 commit comments

Comments
 (0)