bostrot / telegram-support-bot

A Telegram ticketing/supporting system.
https://botspace.bostrot.com
GNU General Public License v3.0
447 stars 152 forks source link

Files are not sent to user #21

Closed alexandershalin closed 4 years ago

alexandershalin commented 5 years ago

Describe the bug Files are not sent to user

To Reproduce Steps to reproduce the behavior:

  1. While replying to user from admin group send him a file as an attachment to your message
  2. In admin group it looks like file is sent
  3. User doesn't see your message with file attached

Expected behavior User should receive a message with attachment

Screenshots If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

Smartphone (please complete the following information):

Additional context Current version of bot script

bostrot commented 5 years ago

This behavior is intended. This issue is a feature request and I will try to include file sending support in one of the next releases.

bostrot commented 4 years ago

Commit 9d7e4f0b3c62afaf40d472e3d6ad119b6acc9019 adds this features. Cheers!