Class: Qismo::Objects::ListChannelsResponse
Overview
List channels response object
Constant Summary
Constants included
from Types
Types::Bool, Types::Hash, Types::Int, Types::String
Instance Attribute Summary collapse
Method Summary
from_array
Instance Attribute Details
8
|
# File 'lib/qismo/objects/list_channels_response.rb', line 8
attribute? :custom_channels, Types.Array(Qismo::Objects::CustomChannel.optional).optional
|
12
|
# File 'lib/qismo/objects/list_channels_response.rb', line 12
attribute? :fb_channels, Types.Array(Qismo::Objects::FbChannel.optional).optional
|
16
|
# File 'lib/qismo/objects/list_channels_response.rb', line 16
attribute? :ig_channels, Types.Array(Qismo::Objects::IgChannel.optional).optional
|
20
|
# File 'lib/qismo/objects/list_channels_response.rb', line 20
attribute? :line_channels, Types.Array(Qismo::Objects::LineChannel.optional).optional
|
24
|
# File 'lib/qismo/objects/list_channels_response.rb', line 24
attribute? :qiscus_channels, Types.Array(Qismo::Objects::QiscusChannel.optional).optional
|
28
|
# File 'lib/qismo/objects/list_channels_response.rb', line 28
attribute? :telegram_channels, Types.Array(Qismo::Objects::TelegramChannel.optional).optional
|
32
|
# File 'lib/qismo/objects/list_channels_response.rb', line 32
attribute? :wa_channels, Types.Array(Qismo::Objects::WaChannel.optional).optional
|
36
|
# File 'lib/qismo/objects/list_channels_response.rb', line 36
attribute? :waca_channels, Types.Array(Qismo::Objects::WacaChannel.optional).optional
|