GramIO API Reference / gramio/dist / DeleteBusinessMessagesParams
Interface: DeleteBusinessMessagesParams
Defined in: @gramio/types/out/params.d.ts:2811
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:2815 |
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:2819 |