BotSignInGetSignInUrlResponse type

包含 getSignInUrl 操作的响应数据。

type BotSignInGetSignInUrlResponse = {
  _response: HttpResponse & { bodyAsText: string, parsedBody: string },
  body: string,
}