GetBot returns the given bot. @tag Bot Minimum server version: 5.10
(botUserId string, includeDeleted bool)
| 1060 | // @tag Bot |
| 1061 | // Minimum server version: 5.10 |
| 1062 | GetBot(botUserId string, includeDeleted bool) (*model.Bot, *model.AppError) |
| 1063 | |
| 1064 | // GetBots returns the requested page of bots. |
| 1065 | // |
no outgoing calls