Skip to content

GramIO API Reference / gramio/dist / DeleteMessagesParams

Interface: DeleteMessagesParams

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

Params object for deleteMessages method

Properties

PropertyTypeDescriptionDefined in
chat_idstring | numberUnique identifier for the target chat or username of the target channel (in the format @channelusername)@gramio/types/out/params.d.ts:3603
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:3607