berconpy.ServerMessageEvent

class berconpy.ServerMessageEvent(sequence)

Bases: ServerEvent

Represents an acknowledgement of a message sent by the server.

Attributes

sequence

The sequence number of the message that the client is acknowledging.

sequence: int

The sequence number of the message that the client is acknowledging.