yasuki_core.engine.action_log.ChatEntry#
- class ChatEntry(ts, sender, text)[source]#
One chat message on the tape — a record that does not change game state.
Carried on the same tape as
LogEntryso a replay surfaces each message at the moment it was sent, interleaved with the moves.replay()skips these when folding state.- Attributes:
Methods
ChatEntry.__init__(ts, sender, text)Attributes
tssendertext