PartialGroupDMMessageManager
ManagerOn this page
PartialGroupDMMessageManager is the cache and REST facade for PartialGroupDMMessage objects owned by the parent. Typical calls are fetch, create, edit, delete, resolve, and resolveId.
Constructor
PartialGroupDMMessageManager.new(client, channel, maxSize) The class table is callable, so PartialGroupDMMessageManager(client, channel, maxSize) is the same as .new.
| Name | Type | Required | Behavior |
|---|---|---|---|
client |
any |
required | Passed through to the implementation as written. |
channel |
any |
required | Passed through to the implementation as written. |
maxSize |
any |
required | Passed through to the implementation as written. |
local discord = require("discord")
local object = discord.PartialGroupDMMessageManager({}, {}, {})Examples
local discord = require("discord")
local object = discord.PartialGroupDMMessageManager({})Related APIs
ApplicationCommandManager · ApplicationCommandPermissionsManager · ApplicationEmojiManager · AutoModerationRuleManager · BaseGuildEmojiManager · BaseManager · CachedManager · CategoryChannelChildManager
Version: discord 1.2.4 · runtime 1.0.0