bot

Botの詳細を取得します。

get/bots/{botID}/detail

Response

正常に取得できました。

botIdstring uuid

BOT UUID

botUserIdstring uuid

BOTユーザーUUID

descriptionstring

BOT説明

subscribeEventsstring[]

BOTが購読しているイベントの配列

stateinteger

BOT状態

creatorIdstring uuid

BOT作成者UUID

createdAtstring date-time

BOT作成日時

updatedAtstring date-time

BOT更新日時

verificationCodestring

BOT認証コード

accessTokenstring

BOTアクセストークン

postUrlstring uri

BOTサーバーエンドポイント

privilegedboolean

権限昇格されているかどうか

botCodestring

BOTインストールコード

Example response

{
  "verificationCode": "NT672c7bgpfwdiMTyDXoeKiudlMazu",
  "accessToken": "NT672c7bgpfwdiMTyDXoeKiudlMazu",
  "postUrl": "https://example.com/bot",
  "botCode": "NT672c7bgpfwdiMTyDXoeKiudlMazu"
}

Changes