GramIO API Reference / gramio/dist / TelegramTransactionPartnerChat
Interface: TelegramTransactionPartnerChat
Defined in: @gramio/types/out/objects.d.ts:8167
Describes a transaction with a chat.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
chat | TelegramChat | Information about the chat | @gramio/types/out/objects.d.ts:8175 |
gift? | TelegramGift | Optional. The gift sent to the chat by the bot | @gramio/types/out/objects.d.ts:8179 |
type | "chat" | Type of the transaction partner, always “chat” | @gramio/types/out/objects.d.ts:8171 |