SentCode#
- class pyrogram.types.SentCode#
Contains info on a sent confirmation code.
- Parameters:
type (
SentCodeType
) – Type of the current sent code.phone_code_hash (
str
) – Confirmation code identifier useful for the next authorization steps (eithersign_in()
orsign_up()
).next_type (
NextCodeType
, optional) – Type of the next code to be sent withresend_code()
.timeout (
int
, optional) – Delay in seconds before callingresend_code()
.