Documentation
¶
Overview ¶
Package im registers IM-domain EventKeys.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ImMessageReceiveOutput ¶
type ImMessageReceiveOutput struct {
Type string `json:"type" desc:"Event type; always im.message.receive_v1"`
EventID string `json:"event_id,omitempty" desc:"Globally unique event ID; safe for deduplication"`
Timestamp string `` /* 235-byte string literal not displayed */
ID string `` /* 234-byte string literal not displayed */
MessageID string `` /* 234-byte string literal not displayed */
CreateTime string `` /* 236-byte string literal not displayed */
ChatID string `` /* 231-byte string literal not displayed */
ChatType string `` /* 233-byte string literal not displayed */
MessageType string `json:"message_type,omitempty" desc:"Message type"`
SenderID string `` /* 231-byte string literal not displayed */
Content string `` /* 240-byte string literal not displayed */
}
ImMessageReceiveOutput is the flattened shape for im.message.receive_v1; `desc` tags drive the reflected schema.
Click to show internal directories.
Click to hide internal directories.