botTokenPreview property

  1. @JsonKey.new(includeIfNull: true, name: 'bot_token_preview')
String? botTokenPreview
final

The preview (last few characters) of the bot token, if any

Implementation

@JsonKey(includeIfNull: true, name: 'bot_token_preview')
final String? botTokenPreview;