Skip to content

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

Type Alias: ChatRoom

ChatRoom = object

Defined in: client/graphql.ts:231

Properties

__typename?

optional __typename: "ChatRoom"

Defined in: client/graphql.ts:232


author

author: Scalars["ParticipantID"]["output"]

Defined in: client/graphql.ts:233


created_at

created_at: Scalars["Time"]["output"]

Defined in: client/graphql.ts:234


deleted

deleted: Scalars["Boolean"]["output"]

Defined in: client/graphql.ts:235


deleted_at?

optional deleted_at: Maybe<Scalars["Time"]["output"]>

Defined in: client/graphql.ts:236


id

id: Scalars["ChatID"]["output"]

Defined in: client/graphql.ts:237


last_message?

optional last_message: Maybe<Message>

Defined in: client/graphql.ts:238


last_message_time?

optional last_message_time: Maybe<Scalars["Time"]["output"]>

Defined in: client/graphql.ts:239


meta

meta: Scalars["JSON"]["output"]

Defined in: client/graphql.ts:240


name

name: Scalars["String"]["output"]

Defined in: client/graphql.ts:241


participants?

optional participants: Maybe<Participant[]>

Defined in: client/graphql.ts:242


updated_at

updated_at: Scalars["Time"]["output"]

Defined in: client/graphql.ts:243

Licensed under BUSL-1.1