Skip to content

miniproto.tl.codec.encode_bool

encode_bool(value: bool) -> bytes

Encode a TL Bool constructor.

Parameters:

  • value (bool) – Boolean value.

Returns:

  • bytesboolTrue or boolFalse constructor bytes.