Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 602 Bytes

File metadata and controls

22 lines (16 loc) · 602 Bytes

SunshineConversationsClient::ConversationTypingEventAllOfPayloadActivity

Properties

Name Type Description Notes
type String The type of activity. [optional]
source SourceWebhook The source of the activity. [optional]
author AuthorWebhook [optional]

Example

require 'sunshine-conversations-client'

instance = SunshineConversationsClient::ConversationTypingEventAllOfPayloadActivity.new(
  type: null,
  source: null,
  author: null
)