UserGroupChannel
Represents the implementation of a Discord Group Channel
Properties
icon
ownerId
applicationId
managed
id
This property was inherited from Objects.BaseUserChannel
recipients
This property was inherited from Objects.BaseUserChannel
Methods
modifyAsync
UserGroupChannel : modifyAsync () -> Vendor.Future<unknown>
channelBuilder: ChannelBuilder.ChannelBuilder
Modifies the thread channel settings asynchronously.
triggerTypingIndicator
UserGroupChannel : triggerTypingIndicator () -> Vendor.Future
Triggers the typing indicator in the channel.
This function was inherited from Objects.BaseUserChannel
getMessagesAsync
UserGroupChannel : getMessagesAsync () -> Vendor.Future
limit: number?
Gets messages from the channel asynchronously.
This function was inherited from Objects.BaseUserChannel
getMessageAsync
UserGroupChannel : 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
UserGroupChannel : 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 UserGroupChannel instance has no set functions!