Skip to content

PersistentAI API Documentation / @persistent-ai/fireflow-nodes / TelegramCallbackQuery

Class: TelegramCallbackQuery

Defined in: packages/fireflow-nodes/src/nodes/telegram/schemas/update-types.ts:23

Constructors

Constructor

new TelegramCallbackQuery(): TelegramCallbackQuery

Returns

TelegramCallbackQuery

Properties

chat_instance

chat_instance: string = ''

Defined in: packages/fireflow-nodes/src/nodes/telegram/schemas/update-types.ts:31


data?

optional data: string

Defined in: packages/fireflow-nodes/src/nodes/telegram/schemas/update-types.ts:40


from

from: TelegramUser

Defined in: packages/fireflow-nodes/src/nodes/telegram/schemas/update-types.ts:28


game_short_name?

optional game_short_name: string

Defined in: packages/fireflow-nodes/src/nodes/telegram/schemas/update-types.ts:43


id

id: string = ''

Defined in: packages/fireflow-nodes/src/nodes/telegram/schemas/update-types.ts:25


inline_message_id?

optional inline_message_id: string

Defined in: packages/fireflow-nodes/src/nodes/telegram/schemas/update-types.ts:37


message?

optional message: TelegramMessage

Defined in: packages/fireflow-nodes/src/nodes/telegram/schemas/update-types.ts:34

Licensed under BUSL-1.1