GuidePluginsTestingAPI
Seyfert LogoSeyfert
API

GatewayRoutes

API/Interfaces/GatewayRoutes
seyfert/lib/api/Routes/gateway.d.ts

Signature

export interface GatewayRoutes

Properties

1
gateway

Methods

0

No methods.

Properties

gateway#
gateway: {    get(args?: RestArgumentsNoBody): Promise<RESTGetAPIGatewayResult>;    bot: {        get(args?: RestArgumentsNoBody): Promise<RESTGetAPIGatewayBotResult>;    };};