Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 719 Bytes

File metadata and controls

19 lines (14 loc) · 719 Bytes

BotInfoIdentity Enum

The verification status of the bot's identity:

  • verified - well-known bot with publicly verifiable identity, directed by the bot provider.
  • signed - bot that signs its platform via Web Bot Auth, directed by the bot provider's customers.
  • spoofed - bot that claims a public identity but fails verification.
  • unknown - bot that does not publish a verifiable identity.

Values

Name Value Description
VERIFIED 'verified'
SIGNED 'signed'
SPOOFED 'spoofed'
UNKNOWN 'unknown'

[Back to Model list] [Back to API list] [Back to README]