Interface IGuildThreadUserUpdateShardedGatewayHandler
Sent when the GuildThreadUser object for the bot is updated. This event is largely just a signal that you are a member of the thread.
The inner payload is a GuildThreadUserUpdateEventArgs object with a set GuildId.
public interface IGuildThreadUserUpdateShardedGatewayHandler : IShardedGatewayHandler
Remarks
Required Intents: Guilds
Optional Intents: None
Methods
HandleAsync(GatewayClient, GuildThreadUserUpdateEventArgs)
Handles the gateway event.
ValueTask HandleAsync(GatewayClient client, GuildThreadUserUpdateEventArgs arg)
Parameters
clientGatewayClientThe gateway client that represents the shard that received the event.
argGuildThreadUserUpdateEventArgsThe event argument.