birthdate property

  1. @JsonKey.new(name: 'birthdate')
Birthdate? get birthdate
inherited

Optional. Date of birth for private chats.

Implementation

@JsonKey(name: 'birthdate')
Birthdate? get birthdate;