Class: Qismo::WebhookRequests::OnCustomChannelMessageSent::Payload
- Inherits:
-
Object
- Object
- Dry::Struct
- Object
- Qismo::WebhookRequests::OnCustomChannelMessageSent::Payload
show all
- Defined in:
- lib/qismo/webhook_requests/on_custom_channel_message_sent.rb
Overview
Custom channel webhook payload 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
98
99
100
101
102
|
# File 'lib/qismo/webhook_requests/on_custom_channel_message_sent.rb', line 98
class Payload < Qismo::Object
attribute? :from, From.optional
attribute? :message, Message.optional
attribute? :room, Room.optional
end
|
98
99
100
101
102
|
# File 'lib/qismo/webhook_requests/on_custom_channel_message_sent.rb', line 98
class Payload < Qismo::Object
attribute? :from, From.optional
attribute? :message, Message.optional
attribute? :room, Room.optional
end
|
98
99
100
101
102
|
# File 'lib/qismo/webhook_requests/on_custom_channel_message_sent.rb', line 98
class Payload < Qismo::Object
attribute? :from, From.optional
attribute? :message, Message.optional
attribute? :room, Room.optional
end
|
98
99
100
101
102
|
# File 'lib/qismo/webhook_requests/on_custom_channel_message_sent.rb', line 98
class Payload < Qismo::Object
attribute? :from, From.optional
attribute? :message, Message.optional
attribute? :room, Room.optional
end
|