Type alias MessageInfo

MessageInfo: {
    authorId: UserInfo;
    channelId: string;
    content: string;
    editedTimestamp?: string;
    id: string;
    member?: GuildMemberInfo;
    mentionEveryone: boolean;
    mentions: string[];
    timestamp: string;
    tts: boolean;
}

Type declaration

  • authorId: UserInfo
  • channelId: string
  • content: string
  • Optional editedTimestamp?: string
  • id: string
  • Optional member?: GuildMemberInfo
  • mentionEveryone: boolean
  • mentions: string[]

    The IDs of mentioned users

  • timestamp: string
  • tts: boolean

Generated using TypeDoc