Skip to content

GramIO API Reference / gramio/dist / DeleteMessagesParams

Interface: DeleteMessagesParams

Defined in: @gramio/types/out/params.d.ts:4098

Params object for deleteMessages method

Properties

PropertyTypeDescriptionDefined in
chat_idstring | numberUnique identifier for the target chat or username of the target bot, supergroup or channel in the format @username@gramio/types/out/params.d.ts:4102
message_idsnumber[]A JSON-serialized list of 1-100 identifiers of messages to delete. See deleteMessage for limitations on which messages can be deleted.@gramio/types/out/params.d.ts:4106