Class: Qismo::WebhookRequests::OnMessageForBotSent::Room
- Inherits:
-
Object
- Object
- Dry::Struct
- Object
- Qismo::WebhookRequests::OnMessageForBotSent::Room
show all
- Defined in:
- lib/qismo/webhook_requests/on_message_for_bot_sent.rb
Overview
Chatbot webhook room 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
78
79
80
81
82
83
84
|
# File 'lib/qismo/webhook_requests/on_message_for_bot_sent.rb', line 78
class Room < Qismo::Object
attribute? :id, Types::String.optional
attribute? :name, Types::String.optional
attribute? :options, Types::String.optional
attribute? :participants, Types.Array(Participant.optional).optional
attribute? :room_avatar, Types::String.optional
end
|
78
79
80
81
82
83
84
|
# File 'lib/qismo/webhook_requests/on_message_for_bot_sent.rb', line 78
class Room < Qismo::Object
attribute? :id, Types::String.optional
attribute? :name, Types::String.optional
attribute? :options, Types::String.optional
attribute? :participants, Types.Array(Participant.optional).optional
attribute? :room_avatar, Types::String.optional
end
|
78
79
80
81
82
83
84
|
# File 'lib/qismo/webhook_requests/on_message_for_bot_sent.rb', line 78
class Room < Qismo::Object
attribute? :id, Types::String.optional
attribute? :name, Types::String.optional
attribute? :options, Types::String.optional
attribute? :participants, Types.Array(Participant.optional).optional
attribute? :room_avatar, Types::String.optional
end
|
#participants ⇒ Array<Participant>
78
79
80
81
82
83
84
|
# File 'lib/qismo/webhook_requests/on_message_for_bot_sent.rb', line 78
class Room < Qismo::Object
attribute? :id, Types::String.optional
attribute? :name, Types::String.optional
attribute? :options, Types::String.optional
attribute? :participants, Types.Array(Participant.optional).optional
attribute? :room_avatar, Types::String.optional
end
|
#room_avatar ⇒ String
78
79
80
81
82
83
84
|
# File 'lib/qismo/webhook_requests/on_message_for_bot_sent.rb', line 78
class Room < Qismo::Object
attribute? :id, Types::String.optional
attribute? :name, Types::String.optional
attribute? :options, Types::String.optional
attribute? :participants, Types.Array(Participant.optional).optional
attribute? :room_avatar, Types::String.optional
end
|