GramIO API Reference / gramio/dist / DeleteMessagesParams
Interface: DeleteMessagesParams
Defined in: @gramio/types/out/params.d.ts:3599
Params object for deleteMessages method
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
chat_id | string | number | Unique identifier for the target chat or username of the target channel (in the format @channelusername) | @gramio/types/out/params.d.ts:3603 |
message_ids | number[] | 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 |