GramIO API Reference / gramio/dist / TelegramMessageGenerationStopped
Interface: TelegramMessageGenerationStopped
Defined in: @gramio/types/out/objects.d.ts:2530
This object describes an update about a user stopping message generation.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
chat | TelegramChat | Chat in which the message is generated | @gramio/types/out/objects.d.ts:2534 |
draft_id | number | Unique identifier of the message draft which was stopped | @gramio/types/out/objects.d.ts:2542 |
message_thread_id? | number | Optional. Unique identifier of the message thread in which the message is generated | @gramio/types/out/objects.d.ts:2538 |