secret property
Base64-encoded secret, encrypted with the bot's public RSA key, required for data decryption
Implementation
@JsonKey(name: 'secret')
String get secret;
Base64-encoded secret, encrypted with the bot's public RSA key, required for data decryption
@JsonKey(name: 'secret')
String get secret;