ZgetMessage

Fetches the specified field from a Discord message, where type is one of content, authorID, username, or avatar.

Syntax

ZgetMessage{channelID?;messageID;type?}

Arguments

NameTypeRequiredDefault
channelIDsnowflakeNo-
messageIDsnowflakeYes-
typestringNocontent

Example

ZgetMessage{123456789012345678;987654321098765432;authorID}