Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 642 Bytes

File metadata and controls

25 lines (13 loc) · 642 Bytes

Activity

Properties

Name Type Description Notes
type TypeEnum If the author type is `user`, only `conversation:read` is supported. [optional]
source SourceWebhook The source of the activity. [optional]
author AuthorWebhook [optional]

Enum: TypeEnum

Name Value
CONVERSATION_READ "conversation:read"
TYPING_START "typing:start"
TYPING_STOP "typing:stop"