Interface IGuildThreadUpdateGatewayHandler
Sent when a thread is updated. This is not sent with new messages, those are tracked by MessageCreate.
The inner payload is an IGuildChannel object.
public interface IGuildThreadUpdateGatewayHandler : IGatewayHandler
Remarks
Required Intents: Guilds
Optional Intents: None
Methods
HandleAsync(GuildThread)
ValueTask HandleAsync(GuildThread arg)
Parameters
arg
GuildThread