Skip to main content
Module

x/higa/mod.ts>Message

A package to interract with the Discord API coded by myself
Go to Latest
interface Message
Re-export
import { type Message } from "https://deno.land/x/higa@0.1.1/mod.ts";

Properties

id: string
channel_id: string
optional
guild_id: string
author: User
optional
member: GuildMember
content: string
timestamp: number
edited_timestamp: number
tts: boolean
mention_everyone: boolean
mentions: User[]
mention_roles: Role[]
mention_channels: ChannelMention[]
attachments: Attachment[]
embeds: Embed[]
reactions: Reaction[]
nonce: string | number
pinned: boolean
optional
webhook_id: string
optional
activity: MessageActivity
optional
application: Application
optional
application_id: string
optional
message_reference: MessageReference
optional
flags: MessageFlags
optional
referenced_message: Message
optional
interaction: any
optional
thread: Channel
optional
components: StickerItem[]
optional
sticker_items: StickerItem[]
optional
stickers: Sticker[]