11 ответов

25 просмотров

and if you go that route, there are other stuff you'll have to take care of: Use this method to get basic info about a file and prepare it for downloading. For the moment, bots can download files of up to 20MB in size. On success, a File object is returned. The file can then be downloaded via the link https://api.telegram.org/file/bot<token>/<file_path>, where <file_path> is taken from the response. It is guaranteed that the link will be valid for at least 1 hour. When the link expires, a new one can be requested by calling getFile again.

I'm used file_id Instead of the link to the file within the channel telegram

Lord unreal4u X
I did not understand this. Can you reformulate the...

bot('senddocument',[ 'chat_id'=>$chat_id, 'document'=>'https://t.me/BotListChat/386257'}); I want delete the channel and use file_id bot('senddocument',[ 'chat_id'=>$chat_id, 'document'=>'BQACAgQAAxkBAAEIS15iL0pThKTsdkrXnPF0Om9Ztna6UQACkREAAl3fYFFdo9zey-trGiME'});

I don't think the file_id expires, as long as the file is still on Telegram's servers... I don't know how Telegram's servers do operate, but I would adopt a scheme to check how many references a file still has before deleting it. This means that if the channel is deleted and the file wasn't present on any other chat_id, it will be deleted together with the channel... BUT BIG DISCLAIMER: this is how I imagine it works, I really really don't know if that is the case

i can do that now for science sake

Kr🇫🇷🦜 zwan
i can do that now for science sake

oh that would be nice, I'm actually curious now haha

Lord unreal4u X
and if you go that route, there are other stuff yo...

But why should I download this file? Or better: what is it this file?

Похожие вопросы

Обсуждают сегодня

А, вообще, знает кто-нить альтернативы D в области безопасных, читабельных ОО-языков?
Nik Lan
14
приветствую. хочу сделать себе D Playground вопрос: можете подсказать с чего мне следует начать и в какую сторону двигаться? P.S.: я не являюсь программистом... но в небольш...
dd
5
у тебя кастом или сток?
quantumde1 Зубенко
4
Что кто фри селф хостинг там практикует? Через tunnel?
Serg Gini
8
а как в dub выключить дебажный билд?
Maxim Filimonov
12
а почему, кстати, геймдевы обращают такое внимание на "новые" языки типа того же D (а также Zig)?
Maxim Filimonov
9
А что непонятного? В чем сложность взять слайс от вектора? И работать как обычно. Какие-то выдумки опять на ровной почве. Да и RAII в ди прекрасно работает с самого начала.
Aleksandr Druzhinin
14
> как написать простой код с правосторонними типами? enum Foo : int; как вариант, справа же. Это opaque enum без инициализатора, свойств и т.п.
Constantin F.
2
есть вопрос. за много лет, по редким обрывочным сообщениям, у меня сложилось впечатление что есть такая деликатная тема как замещение скриптов на ди (без компиляции). у себя д...
Karagy
6
А чего плохого в том, чтобы в языке статический анализатор работал всегда ? Кмк сама фишка с безопасностью раста - крутая, но реализация конечно по мне так себе, синтаксис, пр...
Александр
4
Карта сайта