Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface InviteOptions

Options used when creating new invites for channels

Hierarchy

  • InviteOptions

Index

Properties

Properties

Optional max

max: Partial<InviteMax>

The maximum data for the new invite

Optional temporary

temporary: undefined | false | true

Whether this invite only grants temporary membership

Optional unique

unique: undefined | false | true

If true, don't try to reuse a similar invite (useful for creating many unique one time use invites)

Generated using TypeDoc