InviteChannel

class InviteChannel()

Partial channel information embedded in a Discord invite response.

exported from lib.weeble.d

Properties

InviteChannel.createdAt

type: readonly Date

InviteChannel.createdTimestamp

type: readonly number

InviteChannel.id

type: readonly string

InviteChannel.name

type: readonly string | null

InviteChannel.type

type: readonly number

Methods

InviteChannel.toMention() string