Skip to content

ChainGraph API Documentation / @badaitech/badai-api / GraphQL / TelegramMessageInput

Type Alias: TelegramMessageInput

TelegramMessageInput = object

Defined in: client/graphql.ts:2438

Properties

chat_owner_user_id

chat_owner_user_id: Scalars["UserID"]["input"]

Defined in: client/graphql.ts:2439


date

date: Scalars["Int"]["input"]

Defined in: client/graphql.ts:2440


from

from: TelegramParticipantInput

Defined in: client/graphql.ts:2441


reply_to_telegram_message_id?

optional reply_to_telegram_message_id: InputMaybe<Scalars["Int"]["input"]>

Defined in: client/graphql.ts:2442


telegram_bot_id

telegram_bot_id: Scalars["Int"]["input"]

Defined in: client/graphql.ts:2443


telegram_chat_id

telegram_chat_id: Scalars["Int"]["input"]

Defined in: client/graphql.ts:2444


telegram_chat_type

telegram_chat_type: Scalars["String"]["input"]

Defined in: client/graphql.ts:2445


telegram_message_id

telegram_message_id: Scalars["Int"]["input"]

Defined in: client/graphql.ts:2446


text

text: Scalars["String"]["input"]

Defined in: client/graphql.ts:2447

Licensed under BUSL-1.1