mutation StaleChatUpdateMutation($chatId: BigInt!) {
    staleChatUpdate(chatId: $chatId) {
        message {
            ...MessageFragment
        }
    }
}