MCPcopy
hub / github.com/larksuite/cli / ImMessageReadProcessor

Struct ImMessageReadProcessor

shortcuts/event/processor_im_message_read.go:20–20  ·  view source on GitHub ↗

── 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

Source from the content-addressed store, hash-verified

18// - read_time: Unix timestamp of the read action
19// - message_ids: list of message IDs that were read
20type ImMessageReadProcessor struct{}
21
22func (p *ImMessageReadProcessor) EventType() string { return "im.message.message_read_v1" }
23

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected