── im.message.message_read_v1 ────────────────────────────────────────────── ImMessageReadProcessor handles im.message.message_read_v1 events. Compact output fields: - type, event_id, timestamp (from compactBase) - reader_id: the open_id of the user who read the message - read_time: Unix timestamp
| 18 | // - read_time: Unix timestamp of the read action |
| 19 | // - message_ids: list of message IDs that were read |
| 20 | type ImMessageReadProcessor struct{} |
| 21 | |
| 22 | func (p *ImMessageReadProcessor) EventType() string { return "im.message.message_read_v1" } |
| 23 |
nothing calls this directly
no outgoing calls
no test coverage detected