GuildDirectoryChannel
Represents the implementation of a Discord Directory channel.
Properties
lastPinTimestamp
This property was inherited from Objects.BaseGuildTextChannel
lastMessageId
This property was inherited from Objects.BaseGuildTextChannel
Methods
triggerTypingIndicator
GuildDirectoryChannel : triggerTypingIndicator () -> Vendor.Future
Triggers the typing indicator in the channel.
This function was inherited from Objects.BaseGuildTextChannel
getMessagesAsync
GuildDirectoryChannel : getMessagesAsync () -> Vendor.Future
limit: number?
Gets messages from the channel asynchronously.
This function was inherited from Objects.BaseGuildTextChannel
getMessageAsync
GuildDirectoryChannel : getMessageAsync () -> Vendor.Future
messageId: string
Gets a specific message from the channel asynchronously.
This function was inherited from Objects.BaseGuildTextChannel
bulkDeleteMessagesAsync
Deletes multiple messages from the channel asynchronously.
This function was inherited from Objects.BaseGuildTextChannel
sendMessageAsync
GuildDirectoryChannel : sendMessageAsync () -> Vendor.Future
messageBuilder: MessageBuilder
Sends a message to the channel asynchronously.
This function was inherited from Objects.BaseGuildTextChannel
getPinnedMessagesAsync
Retrieves the pinned messages in the text channel asynchronously.
This function was inherited from Objects.BaseGuildTextChannel
Functions
The GuildDirectoryChannel instance has no set functions!