TransactionPartnerChat
Describes a transaction with a chat.
fields
| field | type | required | description |
|---|---|---|---|
type | string | required | Type of the transaction partner, always “chat” |
chat | Chat | required | Information about the chat |
gift | Gift | optional | Optional. The gift sent to the chat by the bot |
import
import type { TransactionPartnerChat } from "@yaebal/types";used by
types
official Bot API docs: https://core.telegram.org/bots/api/#transactionpartnerchat