django-telegram-bot
django-telegram-bot copied to clipboard
get user's profile photos
Use this method to get user photos https://core.telegram.org/bots/api#getuserprofilephotos. Create new "Image" model in tgbot app with user
(foreign_key) and telegram_file_id
(charfield) fields. Store these images while get_user_and_created?
Hello, I would like to clarify and the photo should go somewhere in the chat or be saved somewhere
Hello, I would like to clarify and the photo should go somewhere in the chat or be saved somewhere
You mean we should store the picture somewhere on Telegram's servers and only store file id in the database?