PHP Класс Slack\Bot

Наследование: extends slack\ClientObject
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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.

Описание методов

getIconImage36() публичный Метод

Bot icon image URL 36x36px
public getIconImage36 ( ) : string
Результат string URL of the 36x36px bot icon image

getIconImage48() публичный Метод

Bot icon image URL 48x48px
public getIconImage48 ( ) : string
Результат string URL of the 48x48px bot icon image

getIconImage72() публичный Метод

Bot icon image URL 72x72px
public getIconImage72 ( ) : string
Результат string URL of the 72x72px bot icon image

getId() публичный Метод

Gets the bot's ID.
public getId ( ) : string
Результат string The bot's ID.

getName() публичный Метод

Gets the name of the bot.
public getName ( ) : string
Результат string The name of the bot.

isDeleted() публичный Метод

Checks if the bot is deleted.
public isDeleted ( ) : boolean
Результат boolean True if the bot is deleted.