PHP Class Slack\Bot

Inheritance: extends slack\ClientObject
Afficher le fichier Open project: coderstephen/slack-client Class Usage Examples

Méthodes publiques

Méthode 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 méthode

Bot icon image URL 36x36px
public getIconImage36 ( ) : string
Résultat string URL of the 36x36px bot icon image

getIconImage48() public méthode

Bot icon image URL 48x48px
public getIconImage48 ( ) : string
Résultat string URL of the 48x48px bot icon image

getIconImage72() public méthode

Bot icon image URL 72x72px
public getIconImage72 ( ) : string
Résultat string URL of the 72x72px bot icon image

getId() public méthode

Gets the bot's ID.
public getId ( ) : string
Résultat string The bot's ID.

getName() public méthode

Gets the name of the bot.
public getName ( ) : string
Résultat string The name of the bot.

isDeleted() public méthode

Checks if the bot is deleted.
public isDeleted ( ) : boolean
Résultat boolean True if the bot is deleted.