Represents mentions on Guilded.

See

https://www.guilded.gg/docs/api/channels/Mentions

Hierarchy

  • APIMentions

Properties

channels?: {
    id: string;
}[]

The channels that were mentioned.

everyone?: boolean

Whether everyone was mentioned.

here?: boolean

Whether here was mentioned.

roles?: {
    id: number;
}[]

The roles that were mentioned.

users?: {
    id: string;
}[]

The users that were mentioned.