DebugMessage# class DebugMessage(*args, **kwargs)# Methods# class DebugMessage get() → str | None# Gets the string representation of a DebugMessage. This function is used in debug handlers to extract the message. get_id() → str | None# Get the id of the object that emitted this message. This function is used in debug handlers. Can be empty. Added in version 1.22.