GramIO API Reference / gramio/dist / DeleteBusinessMessagesParams
Interface: DeleteBusinessMessagesParams
Defined in: @gramio/types/out/params.d.ts:3112
Params object for deleteBusinessMessages method
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
business_connection_id | string | Unique identifier of the business connection on behalf of which to delete the messages | @gramio/types/out/params.d.ts:3116 |
message_ids | number[] | A JSON-serialized list of 1-100 identifiers of messages to delete. All messages must be from the same chat. See deleteMessage for limitations on which messages can be deleted. | @gramio/types/out/params.d.ts:3120 |