import { GuildTextBasedChannel } from "https://deno.land/x/harmony@v2.6.0/src/structures/guildTextChannel.ts";
Represents a Text Channel but in a Guild
Methods
bulkDelete(messages: Array<Message | string> | number): Promise<GuildTextBasedChannel>
Bulk Delete Messages in a Guild Text Channel
createInvite(options?: CreateInviteOptions): Promise<Invite>
Create an Invite for this Channel
edit(options?: ModifyGuildTextBasedChannelOption): Promise<GuildTextBasedChannel>
Edit the Guild Text Channel
readFromData(data: GuildTextBasedChannelPayload): void
setCategory(category: CategoryChannel | string): Promise<GuildTextBasedChannel>
Edit category of the channel
setTopic(topic: string): Promise<GuildTextBasedChannel>
Edit topic of the channel
toString(): string