typealias ChannelPermissionConstant

export type ChannelPermissionConstant = Snowflake;

A static snowflake that identifies the "all channels" entity for application command permissions. It will be the result of the calculation guildId - 1

Union Members

Snowflake