PHP 클래스 Slack\Bot

상속: extends slack\ClientObject
파일 보기 프로젝트 열기: coderstephen/slack-client 1 사용 예제들

공개 메소드들

메소드 설명
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.