8 lines
154 B
GraphQL
8 lines
154 B
GraphQL
query ChatViewQuery($bot: String!) {
|
|
chatOfBot(bot: $bot) {
|
|
id
|
|
chatId
|
|
defaultBotNickname
|
|
shouldShowDisclaimer
|
|
}
|
|
}
|