Skip to content

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

Type Alias: TelegramBot

TelegramBot = object

Defined in: client/graphql.ts:2390

Properties

__typename?

optional __typename: "TelegramBot"

Defined in: client/graphql.ts:2391


attached_chats

attached_chats: TelegramBotChat[]

Defined in: client/graphql.ts:2392


auto_response

auto_response: Scalars["Boolean"]["output"]

Defined in: client/graphql.ts:2393


bot_id

bot_id: Scalars["Int"]["output"]

Defined in: client/graphql.ts:2394


first_name

first_name: Scalars["String"]["output"]

Defined in: client/graphql.ts:2395


has_bot_token

has_bot_token: Scalars["Boolean"]["output"]

Defined in: client/graphql.ts:2396


last_name

last_name: Scalars["String"]["output"]

Defined in: client/graphql.ts:2397


photo_url

photo_url: Scalars["String"]["output"]

Defined in: client/graphql.ts:2398


username

username: Scalars["String"]["output"]

Defined in: client/graphql.ts:2399

Licensed under BUSL-1.1