Class: Qismo::WebhookRequests::OnCustomChannelMessageSent::Participant

Inherits:
Object
  • Object
show all
Defined in:
lib/qismo/webhook_requests/on_custom_channel_message_sent.rb

Overview

Custom channel webhook participant object

Constant Summary

Constants included from Types

Types::Bool, Types::Hash, Types::Int, Types::String

Instance Attribute Summary collapse

Method Summary

Methods inherited from Object

from_array

Instance Attribute Details

#emailString (readonly)

Returns:



64
65
66
# File 'lib/qismo/webhook_requests/on_custom_channel_message_sent.rb', line 64

class Participant < Qismo::Object
  attribute? :email, Types::String.optional
end