data property
Array with information about documents and other Telegram Passport elements that was shared with the bot
Implementation
@JsonKey(name: 'data')
List<EncryptedPassportElement> get data;
Array with information about documents and other Telegram Passport elements that was shared with the bot
@JsonKey(name: 'data')
List<EncryptedPassportElement> get data;