Interface PartialTextBasedChannelFields<InGuild>

interface PartialTextBasedChannelFields<InGuild extends boolean = boolean> {
    send(
        options: string | MessagePayload | MessageCreateOptions,
    ): Promise<Message<InGuild>>;
}

Type Parameters

  • InGuild extends boolean = boolean

Hierarchy (View Summary)

Methods

Methods