Unify params and values, introduce helpers to deal with fields.
This commit is contained in:
parent
9d2d117c0e
commit
03815bf5bd
5 changed files with 547 additions and 904 deletions
|
@ -307,7 +307,7 @@ type (
|
|||
MiddleNameNative string `json:"middle_name_native"`
|
||||
}
|
||||
|
||||
// IdDocumentData https://core.telegram.org/passport#iddocumentdata
|
||||
// IDDocumentData https://core.telegram.org/passport#iddocumentdata
|
||||
IDDocumentData struct {
|
||||
DocumentNumber string `json:"document_no"`
|
||||
ExpiryDate string `json:"expiry_date"`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue