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