* Get information about the connected Streamer.bot instance
()
| 992 | name = action.name; |
| 993 | } |
| 994 | |
| 995 | return await this.request<DoActionResponse<T>>({ |
| 996 | request: 'DoAction', |
| 997 | action: { |
| 998 | id, |
| 999 | name, |
| 1000 | }, |
| 1001 | args, |
no outgoing calls
no test coverage detected