PHP Class Slack\Bot

Inheritance: extends slack\ClientObject
Show file Open project: coderstephen/slack-client Class Usage Examples

Public Methods

Method Description
getIconImage36 ( ) : string Bot icon image URL 36x36px
getIconImage48 ( ) : string Bot icon image URL 48x48px
getIconImage72 ( ) : string Bot icon image URL 72x72px
getId ( ) : string Gets the bot's ID.
getName ( ) : string Gets the name of the bot.
isDeleted ( ) : boolean Checks if the bot is deleted.

Method Details

getIconImage36() public method

Bot icon image URL 36x36px
public getIconImage36 ( ) : string
return string URL of the 36x36px bot icon image

getIconImage48() public method

Bot icon image URL 48x48px
public getIconImage48 ( ) : string
return string URL of the 48x48px bot icon image

getIconImage72() public method

Bot icon image URL 72x72px
public getIconImage72 ( ) : string
return string URL of the 72x72px bot icon image

getId() public method

Gets the bot's ID.
public getId ( ) : string
return string The bot's ID.

getName() public method

Gets the name of the bot.
public getName ( ) : string
return string The name of the bot.

isDeleted() public method

Checks if the bot is deleted.
public isDeleted ( ) : boolean
return boolean True if the bot is deleted.