fromByte static method

DeleteMessageTuple fromByte(
  1. int byte
)

Implementation

static DeleteMessageTuple fromByte(int byte) {
  return fromID(String.fromCharCode(byte));
}