Overview
  • Namespace
  • Class

Namespaces

  • Slack
    • Message

Classes

  • ApiClient
  • Bot
  • Channel
  • ClientObject
  • DataObject
  • DirectMessageChannel
  • Group
  • Payload
  • RealTimeClient
  • Team
  • User

Interfaces

  • ChannelInterface
  • Exception

Exceptions

  • ApiException
  • ConnectionException
  • UserNotFoundException

Class Bot

Contains information about a bot.

Slack\DataObject implements JsonSerializable
Extended by Slack\ClientObject
Extended by Slack\Bot
Namespace: Slack
Located at Bot.php

Methods summary

public string
# getId( )

Gets the bot's ID.

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

Methods inherited from Slack\ClientObject

__construct(), getClient()

Methods inherited from Slack\DataObject

fromData(), jsonSerialize(), jsonUnserialize()

Properties summary

Properties inherited from Slack\ClientObject

$client

Properties inherited from Slack\DataObject

$data

API documentation generated by ApiGen