MCPcopy Index your code
hub / github.com/larksuite/cli / EventType

Method EventType

shortcuts/event/processor.go:51–51  ·  view source on GitHub ↗

EventType returns the event type handled, e.g. "im.message.receive_v1". The fallback processor returns an empty string.

()

Source from the content-addressed store, hash-verified

49 // EventType returns the event type handled, e.g. "im.message.receive_v1".
50 // The fallback processor returns an empty string.
51 EventType() string
52
53 // Transform converts raw event data to the target format.
54 // The returned value is serialized directly to JSON by the pipeline.

Implementers 8

ImChatUpdatedProcessorshortcuts/event/processor_im_chat.go
ImChatDisbandedProcessorshortcuts/event/processor_im_chat.go
ImMessageReactionProcessorshortcuts/event/processor_im_message_r
ImMessageProcessorshortcuts/event/processor_im_message.g
ImMessageReadProcessorshortcuts/event/processor_im_message_r
GenericProcessorshortcuts/event/processor_generic.go
ImChatBotProcessorshortcuts/event/processor_im_chat_memb
ImChatMemberUserProcessorshortcuts/event/processor_im_chat_memb

Calls

no outgoing calls