Plugins/Gateway/InterfacesGatewayPluginOptionsExtended by GatewayForwarderPluginOptions Properties PropertyTypeDescription eventFilter?(event) => booleanThis is a custom function you can provide that will filter events. If this function is present, the plugin will only process events that return true. intentsnumberThe intents to use for the client reconnect?objectThe reconnect optionsreconnect.baseDelay?numberThe base delay between reconnect attemptsreconnect.maxAttempts?numberThe maximum number of reconnect attemptsreconnect.maxDelay?numberThe maximum delay between reconnect attempts after it scales exponentially shard?[number, number]The shard to connect to [shard_id, num_shards] url?stringThe URL of the gateway to connect toEdit on GitHubGatewayPayloadPrevious PageGatewayStateNext Page