6 lines
100 B
GraphQL
6 lines
100 B
GraphQL
fragment ChatFragment on Chat {
|
|
id
|
|
chatId
|
|
defaultBotNickname
|
|
shouldShowDisclaimer
|
|
}
|