mirror of
https://github.com/discordeno/discordeno.git
synced 2026-09-17 08:47:22 +00:00
docs(types): update slowmode-bypassing permission information in the channel object (#4980)
Co-authored-by: Fleny <Fleny113@outlook.com>
This commit is contained in:
@@ -441,7 +441,7 @@ export interface Channel {
|
||||
bitrate?: number;
|
||||
/** The user limit of the voice or stage channel */
|
||||
userLimit?: number;
|
||||
/** Amount of seconds a user has to wait before sending another message (0-21600); bots, as well as users with the permission `manage_messages` or `manage_channel`, are unaffected */
|
||||
/** Amount of seconds a user has to wait before sending another message (0-21600); bots, as well as users with the permission `BYPASS_SLOWMODE`, are unaffected */
|
||||
rateLimitPerUser?: number;
|
||||
/** Id of the creator of the thread */
|
||||
ownerId?: bigint;
|
||||
|
||||
Reference in New Issue
Block a user