Class Bot
Contains information about a bot.
-
Slack\DataObject
implements
JsonSerializable
-
Slack\ClientObject
-
Slack\Bot
Methods summary
public
string
|
#
getId( )
Gets the bot's ID.
Returns
string The bot's ID.
|
public
string
|
#
getName( )
Gets the name of the bot.
Gets the name of the bot.
Returns
string The name of the bot.
|
public
boolean
|
#
isDeleted( )
Checks if the bot is deleted.
Checks if the bot is deleted.
Returns
boolean True if the bot is deleted.
|
public
string
|
#
getIconImage36( )
Bot icon image URL 36x36px
Bot icon image URL 36x36px
Returns
string URL of the 36x36px bot icon image
|
public
string
|
#
getIconImage48( )
Bot icon image URL 48x48px
Bot icon image URL 48x48px
Returns
string URL of the 48x48px bot icon image
|
public
string
|
#
getIconImage72( )
Bot icon image URL 72x72px
Bot icon image URL 72x72px
Returns
string URL of the 72x72px bot icon image
|