Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 608 Bytes

Activity.md

File metadata and controls

24 lines (13 loc) · 608 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"