Passport Element Error
data class PassportElementError(source: PassportElementErrorSource, type: String, message: String, fieldName: String?, dataHash: String?, fileHash: String?, elementHash: String?, fileHashes: List<String>)
Content copied to clipboard
This object represents an error in the Telegram Passport element which was submitted that should be resolved by the user.
Constructors
PassportElementError
Link copied to clipboard
fun PassportElementError(source: PassportElementErrorSource, type: String, message: String, fieldName: String? = null, dataHash: String? = null, fileHash: String? = null, elementHash: String? = null, fileHashes: List<String> = emptyList())
Content copied to clipboard
Functions
component1
Link copied to clipboard
component2
Link copied to clipboard
component3
Link copied to clipboard
component4
Link copied to clipboard
component5
Link copied to clipboard
component6
Link copied to clipboard
component7
Link copied to clipboard
component8
Link copied to clipboard
copy
Link copied to clipboard
Properties
elementHash
Link copied to clipboard
fileHashes
Link copied to clipboard
source
Link copied to clipboard