Skip to main content
Version: 0.38.43

MessageSearchAuthorType

@remarks

All types can be negated by prefixing them with -, which means results will not include messages that match the type.

@see

Index

Enumeration Members

Bot

Bot: bot

Return messages sent by bot accounts

NotBot

NotBot: -bot

Return messages not sent by bot accounts

NotUser

NotUser: -user

Return messages not sent by user accounts

NotWebhook

NotWebhook: -webhook

Return messages not sent by webhooks

User

User: user

Return messages sent by user accounts

Webhook

Webhook: webhook

Return messages sent by webhooks