botTokenCreatedAt property

  1. @JsonKey.new(includeIfNull: true, name: 'bot_token_created_at')
DateTime? botTokenCreatedAt
final

ISO 8601 timestamp when the bot token was created

Implementation

@JsonKey(includeIfNull: true, name: 'bot_token_created_at')
final DateTime? botTokenCreatedAt;