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