ktgbotapi
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
ktgbotapi
tgbotapi.core
/
dev.inmo.tgbotapi.types.passport
/
PassportElementErrorDataField
Passport
Element
Error
Data
Field
@
Serializable
data
class
PassportElementErrorDataField
(
val
type
:
String
,
val
fieldName
:
String
,
val
elementHash
:
PassportElementHash
,
val
message
:
String
)
:
PassportSingleElementError
Members
Constructors
Passport
Element
Error
Data
Field
Link copied to clipboard
constructor
(
type
:
String
,
fieldName
:
String
,
elementHash
:
PassportElementHash
,
message
:
String
)
Properties
element
Hash
Link copied to clipboard
@
SerialName
(
value
=
"data_hash"
)
@
Serializable
(
with
=
Base64BytesToFromStringSerializer::class
)
open
override
val
elementHash
:
PassportElementHash
field
Name
Link copied to clipboard
@
SerialName
(
value
=
"field_name"
)
val
fieldName
:
String
message
Link copied to clipboard
@
SerialName
(
value
=
"message"
)
open
override
val
message
:
String
source
Link copied to clipboard
@
SerialName
(
value
=
"source"
)
@
Required
@
EncodeDefault
open
override
val
source
:
String
type
Link copied to clipboard
@
SerialName
(
value
=
"type"
)
open
override
val
type
:
String