Interface IGuildThreadUpdateShardedGatewayHandler
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 IGuildThreadUpdateShardedGatewayHandler : IShardedGatewayHandler
Remarks
Required Intents: Guilds
Optional Intents: None
Methods
HandleAsync(GatewayClient, GuildThread)
ValueTask HandleAsync(GatewayClient client, GuildThread arg)
Parameters
client
GatewayClientarg
GuildThread