handlers.save_flow module
- async handlers.save_flow.long_collect_timeout_job(context)[source]
קריאת טיימאאוט: מסכם ומתקדם לפי חלקים שנאספו.
- Parameters:
context (telegram.ext.ContextTypes.DEFAULT_TYPE)
- async handlers.save_flow.start_save_flow(update, context)[source]
- Return type:
- Parameters:
context (telegram.ext.ContextTypes.DEFAULT_TYPE)
תפריט בחירת מצב הוספת קוד: רגיל או איסוף ארוך
- Return type:
- Parameters:
context (telegram.ext.ContextTypes.DEFAULT_TYPE)
- async handlers.save_flow.start_long_collect(update, context)[source]
כניסה למצב איסוף קוד ארוך
- Return type:
- Parameters:
context (telegram.ext.ContextTypes.DEFAULT_TYPE)
- async handlers.save_flow.long_collect_receive(update, context)[source]
קבלת חלק קוד נוסף במצב איסוף
- Return type:
- Parameters:
context (telegram.ext.ContextTypes.DEFAULT_TYPE)
- async handlers.save_flow.long_collect_done(update, context)[source]
סיום איסוף, איחוד ושילוב לזרימת שמירה רגילה
- Return type:
- Parameters:
context (telegram.ext.ContextTypes.DEFAULT_TYPE)
- async handlers.save_flow.get_code(update, context)[source]
- Return type:
- Parameters:
context (telegram.ext.ContextTypes.DEFAULT_TYPE)
- async handlers.save_flow.get_filename(update, context)[source]
- Return type:
- Parameters:
context (telegram.ext.ContextTypes.DEFAULT_TYPE)