BotSignInGetSignInUrlResponse type
Berisi data respons untuk operasi getSignInUrl.
type BotSignInGetSignInUrlResponse = {
_response: HttpResponse & { bodyAsText: string, parsedBody: string },
body: string,
}