Available types

InaccessibleMessage

This object describes a message that was deleted or is otherwise inaccessible to the bot.

fields

fieldtyperequireddescription
chatChatrequiredChat the message belonged to
message_idnumberrequiredUnique message identifier inside the chat
datenumberrequiredAlways 0. The field can be used to differentiate regular and inaccessible messages.

import

types.ts
import type { InaccessibleMessage } from "@yaebal/types";

used by

types