MessageGenerationStopped
This object describes an update about a user stopping message generation.
fields
| field | type | required | description |
|---|---|---|---|
chat | Chat | required | Chat in which the message is generated |
message_thread_id | number | optional | Optional. Unique identifier of the message thread in which the message is generated |
draft_id | number | required | Unique identifier of the message draft which was stopped |
import
import type { MessageGenerationStopped } from "@yaebal/types";used by
types
official Bot API docs: https://core.telegram.org/bots/api/#messagegenerationstopped