GetPassportElement constructor
const
GetPassportElement({
- required PassportElementType type,
- required String password,
Returns one of the available Telegram Passport elements
Implementation
const GetPassportElement({
required this.type,
required this.password,
});