@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
| Prop | Type | Description |
|---|---|---|
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) endSystemChannelBitflag.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) endSystemChannelBitflag.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) endSystemChannelBitflag.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) endSystemChannelBitflag.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) endSystemChannelBitflag.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) endSystemChannelBitflag.Interface.new
Function Signature
function SystemChannelBitflag.Interface.new(flag: number) -> SystemChannelBitflag endArguments
flag
Returns
ret1
Last updated on