CloneableInstantiable
Methods |
public areBotsExcluded() Get whether bots are excluded.
|
public areSharedChannelsExcluded() Get whether shared channels from other organisations are excluded.
|
public getTypes() Get the types of conversations to be included.
|
public setExcludeBots( $excludeBots = true) Set whether bots are excluded.
|
public setExcludeSharedChannels( $excludeSharedChannels = true) Set whether shared channels from other organisations are excluded.
|
public setTypes(array $types) Set the types of conversations to be included.
|
public toArray() Convert the block to its array representation.
|
Properties |
protected static $availableAttributes = ['include' => 'types', 'exclude_external_shared_channels' => 'exclude_shared_channels', 'exclude_bot_users' => 'exclude_bots'] Internal attribute to property map.
|
protected $exclude_bots = false Whether to exclude bot users.
|
protected $exclude_shared_channels = false Whether to exclude shared channels from other organisations.
|
protected $types = NULL Types of conversations to include in the list.
|
Methods |
Properties |
protected static $availableAttributes = ['include' => 'types', 'exclude_external_shared_channels' => 'exclude_shared_channels', 'exclude_bot_users' => 'exclude_bots'] Internal attribute to property map.
|