telegram.IdDocumentData¶
-
class
telegram.IdDocumentData(document_no: str, expiry_date: str, bot: Bot = None, **_kwargs: Any)¶ Bases:
telegram.base.TelegramObjectThis object represents the data of an identity document.
-
document_no¶ Document number.
- Type
str
-
expiry_date¶ Optional. Date of expiry, in DD.MM.YYYY format.
- Type
str
-