Table of Contents

Interface ICurrentUserUpdateGatewayHandler

Namespace
NetCord.Hosting.Gateway
Assembly
NetCord.Hosting.dll

Sent when properties about the current bot's user change. Inner payload is a CurrentUser object.

public interface ICurrentUserUpdateGatewayHandler : IGatewayHandler

Remarks


Required Intents: None
Optional Intents: None

Methods

HandleAsync(CurrentUser)

ValueTask HandleAsync(CurrentUser arg)

Parameters

arg CurrentUser

Returns

ValueTask