miniproto.mtproto.codec.GzipPacked.unpack
miniproto.mtproto.codec.GzipPacked.unpack
Section titled “miniproto.mtproto.codec.GzipPacked.unpack”unpack() -> bytesDecompress the contained gzip payload.
Returns:
bytes– Uncompressed message-body bytes.
Raises:
OSError– If the stored bytes are not a valid gzip stream.