Skip to content

Latest commit

 

History

History
24 lines (11 loc) · 606 Bytes

File metadata and controls

24 lines (11 loc) · 606 Bytes

SunshineConversationsClient.Activity

Properties

Name Type Description Notes
type String 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

  • conversation:read (value: "conversation:read")

  • typing:start (value: "typing:start")

  • typing:stop (value: "typing:stop")