from ...types import * from ..packet import * [docs]class RequestPacket(ServerboundPacket, StatusPacket): id = 0x00 [docs]class PingPacket(ServerboundPacket, StatusPacket): id = 0x01 payload: Long