hasBotToken property

  1. @JsonKey.new(name: 'has_bot_token')
bool hasBotToken
final

Whether a hashed bot token is stored for this application

Implementation

@JsonKey(name: 'has_bot_token')
final bool hasBotToken;