GuildMessageSearchOptions

interface GuildMessageSearchOptions

exported from lib.weeble.d

Properties

Property

Type

attachmentExtensions?

string[]

attachmentFilenames?

string[]

authorIds?

string[]

authorTypes?

"user" | "bot" | "webhook" | "-user" | "-bot" | "-webhook"[]

channelIds?

string[]

content?

string

embedProviders?

string[]

embedTypes?

"gif" | "image" | "sound" | "video" | "article"[]

has?

GuildMessageSearchHas[]

includeNsfw?

boolean

limit?

number

linkHostnames?

string[]

maxId?

string

mentionEveryone?

boolean

mentionRoleIds?

string[]

mentions?

string[]

minId?

string

offset?

number

pinned?

boolean

repliedToMessageIds?

string[]

repliedToUserIds?

string[]

slop?

number

sortBy?

"timestamp" | "relevance"

sortOrder?

"asc" | "desc"