GuildTextChannel
Represents the implementation of a Discord Text channel.
Properties
lastPinTimestamp
This property was inherited from Objects.BaseGuildTextChannel
lastMessageId
This property was inherited from Objects.BaseGuildTextChannel
Methods
triggerTypingIndicator
GuildTextChannel : triggerTypingIndicator () -> Vendor.Future
Triggers the typing indicator in the channel.
This function was inherited from Objects.BaseGuildTextChannel
getMessagesAsync
GuildTextChannel : getMessagesAsync () -> Vendor.Future
limit: number?
Gets messages from the channel asynchronously.
This function was inherited from Objects.BaseGuildTextChannel
getMessageAsync
GuildTextChannel : 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
GuildTextChannel : 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 GuildTextChannel instance has no set functions!