SunshineConversationsClient::ConversationTypingEventAllOfPayloadActivity

August 27, 2025 ยท View on GitHub

Properties

NameTypeDescriptionNotes
typeStringThe type of activity.[optional]
sourceSourceWebhookThe source of the activity.[optional]
authorAuthorWebhook[optional]

Example

require 'sunshine-conversations-client'

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