use_stored set to False
This commit is contained in:
parent
a2cd9ce626
commit
73b44a05d2
@ -7,7 +7,7 @@ __author__ = "Davide Testa"
|
|||||||
__email__ = "davte@libero.it"
|
__email__ = "davte@libero.it"
|
||||||
__credits__ = "Marco Origlia"
|
__credits__ = "Marco Origlia"
|
||||||
__license__ = "GNU General Public License v3.0"
|
__license__ = "GNU General Public License v3.0"
|
||||||
__version__ = "1.4.2"
|
__version__ = "1.4.3"
|
||||||
__maintainer__ = "Davide Testa"
|
__maintainer__ = "Davide Testa"
|
||||||
__contact__ = "t.me/davte"
|
__contact__ = "t.me/davte"
|
||||||
|
|
||||||
|
@ -2032,7 +2032,8 @@ class Bot(telepot.aio.Bot, Gettable):
|
|||||||
chat_id=selected_user['telegram_id'],
|
chat_id=selected_user['telegram_id'],
|
||||||
photo=photo,
|
photo=photo,
|
||||||
caption=caption,
|
caption=caption,
|
||||||
parse_mode='HTML'
|
parse_mode='HTML',
|
||||||
|
use_stored=False
|
||||||
)
|
)
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
logging.error(e)
|
logging.error(e)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user