firstProfileAudio property

  1. @JsonKey.new(name: 'first_profile_audio')
Audio? get firstProfileAudio
inherited

Optional. For private chats, the first audio added to the profile of the user

Implementation

@JsonKey(name: 'first_profile_audio')
Audio? get firstProfileAudio;