A serial is used to identify a particular message, reaction or other chat event. It is the identifier for that event in the chat history.
Serials can be conveyed either as a string, or an object that contains serial as a property. Message is included for type hinting and LLM purposes.
serial
The string-form of the serial should not be parsed or interpreted in any way, as it is subject to change without warning.
The serial of the message.
A serial is used to identify a particular message, reaction or other chat event. It is the identifier for that event in the chat history.
Serials can be conveyed either as a string, or an object that contains
serial
as a property. Message is included for type hinting and LLM purposes.The string-form of the serial should not be parsed or interpreted in any way, as it is subject to change without warning.