LogoAntiRaid

@discord-types/bitflags/systemchannel

API reference for @discord-types/bitflags/systemchannel

@discord-types/bitflags/systemchannel

Types

SystemChannelBitflag

Raw Type
type SystemChannelBitflag = SystemChannelBitflag.Prototype, & {
	flag: number
}

Intersection with variants:

Variant 2
PropTypeDescription
flag
-

Functions

SystemChannelBitflag.Prototype.suppressJoinNotifications

[[ Returns if the system channel has the suppress join notifications bitflag set. ]]

Function Signature
--[[
	Returns if the system channel has the suppress join notifications bitflag set.
]]
function SystemChannelBitflag.Prototype.suppressJoinNotifications(self: SystemChannelBitflag) end

SystemChannelBitflag.Prototype.suppressPremiumSubscriptions

[[ Returns if the system channel has the suppress premium subscriptions bitflag set. ]]

Function Signature
--[[
	Returns if the system channel has the suppress premium subscriptions bitflag set.
]]
function SystemChannelBitflag.Prototype.suppressPremiumSubscriptions(self: SystemChannelBitflag) end

SystemChannelBitflag.Prototype.suppressGuildReminderNotifications

[[ Returns if the system channel has the suppress guild reminder notifications bitflag set. ]]

Function Signature
--[[
	Returns if the system channel has the suppress guild reminder notifications bitflag set.
]]
function SystemChannelBitflag.Prototype.suppressGuildReminderNotifications(self: SystemChannelBitflag) end

SystemChannelBitflag.Prototype.suppressJoinNotificationReplies

[[ Returns if the system channel has the suppress join notification replies bitflag set. ]]

Function Signature
--[[
	Returns if the system channel has the suppress join notification replies bitflag set.
]]
function SystemChannelBitflag.Prototype.suppressJoinNotificationReplies(self: SystemChannelBitflag) end

SystemChannelBitflag.Prototype.suppressRoleSubscriptionPurchaseNotifications

[[ Returns if the system channel has the suppress role subscriptions purchase notifications bitflag set. ]]

Function Signature
--[[
	Returns if the system channel has the suppress role subscriptions purchase notifications bitflag set.
]]
function SystemChannelBitflag.Prototype.suppressRoleSubscriptionPurchaseNotifications(self: SystemChannelBitflag) end

SystemChannelBitflag.Prototype.suppressRoleSubscriptionPurchaseNotificationReplies

[[ Returns if the system channel has the suppress role subscriptions purchase notification replies bitflag set. ]]

Function Signature
--[[
	Returns if the system channel has the suppress role subscriptions purchase notification replies bitflag set.
]]
function SystemChannelBitflag.Prototype.suppressRoleSubscriptionPurchaseNotificationReplies(self: SystemChannelBitflag) end

SystemChannelBitflag.Interface.new

Function Signature
function SystemChannelBitflag.Interface.new(flag: number) -> SystemChannelBitflag end

Arguments

flag

number

Returns

ret1

SystemChannelBitflag

Last updated on