Skip to content

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

Type Alias: TelegramBotChat

TelegramBotChat = object

Defined in: client/graphql.ts:2402

Properties

__typename?

optional __typename: "TelegramBotChat"

Defined in: client/graphql.ts:2403


chat_room_id

chat_room_id: Scalars["ChatID"]["output"]

Defined in: client/graphql.ts:2404


telegram_chat_id

telegram_chat_id: Scalars["Int"]["output"]

Defined in: client/graphql.ts:2405


telegram_chat_photo

telegram_chat_photo: Scalars["String"]["output"]

Defined in: client/graphql.ts:2406


telegram_chat_title

telegram_chat_title: Scalars["String"]["output"]

Defined in: client/graphql.ts:2407


telegram_chat_username

telegram_chat_username: Scalars["String"]["output"]

Defined in: client/graphql.ts:2408

Licensed under BUSL-1.1