miniproto_native::tl::tl_encode_long
Provenance
Section titled “Provenance”- Crate:
miniproto_native - Rust visibility:
restricted - Source:
rust/miniproto/src/tl.rs - Python exposure:
miniproto._native.tl_encode_long(confirmed from adjacent PyO3 attributes)
Signature
Section titled “Signature”fn tl_encode_long(value: i64) -> _Arguments
Section titled “Arguments”value: Signed 64-bit integer to serialize.
cargo-docs-md rendering
Section titled “cargo-docs-md rendering”tl_encode_long
Section titled “tl_encode_long”fn tl_encode_long(value: i64) -> Vec<u8>Defined in rust/miniproto/src/tl.rs:548-550
Encodes Python tl_encode_long(value) as an eight-byte little-endian signed integer.
Arguments
Section titled “Arguments”value: Signed 64-bit integer to serialize.