handlers.save_flow module

async handlers.save_flow.long_collect_timeout_job(context)[מקור]

קריאת טיימאאוט: מסכם ומתקדם לפי חלקים שנאספו.

פרמטרים:

context (telegram.ext.ContextTypes.DEFAULT_TYPE)

async handlers.save_flow.start_save_flow(update, context)[מקור]
Return type:

int

פרמטרים:

context (telegram.ext.ContextTypes.DEFAULT_TYPE)

async handlers.save_flow.start_add_code_menu(update, context)[מקור]

תפריט בחירת מצב הוספת קוד: רגיל או איסוף ארוך

Return type:

int

פרמטרים:

context (telegram.ext.ContextTypes.DEFAULT_TYPE)

async handlers.save_flow.start_long_collect(update, context)[מקור]

כניסה למצב איסוף קוד ארוך

Return type:

int

פרמטרים:

context (telegram.ext.ContextTypes.DEFAULT_TYPE)

async handlers.save_flow.long_collect_receive(update, context)[מקור]

קבלת חלק קוד נוסף במצב איסוף

Return type:

int

פרמטרים:

context (telegram.ext.ContextTypes.DEFAULT_TYPE)

async handlers.save_flow.long_collect_done(update, context)[מקור]

סיום איסוף, איחוד ושילוב לזרימת שמירה רגילה

Return type:

int

פרמטרים:

context (telegram.ext.ContextTypes.DEFAULT_TYPE)

async handlers.save_flow.get_code(update, context)[מקור]
Return type:

int

פרמטרים:

context (telegram.ext.ContextTypes.DEFAULT_TYPE)

async handlers.save_flow.get_filename(update, context)[מקור]
Return type:

int

פרמטרים:

context (telegram.ext.ContextTypes.DEFAULT_TYPE)

async handlers.save_flow.get_note(update, context)[מקור]
Return type:

int

פרמטרים:

context (telegram.ext.ContextTypes.DEFAULT_TYPE)

async handlers.save_flow.save_file_final(update, context, filename, user_id)[מקור]