salicius
salicius
> Can you share which theme you're using and which version of Firefox? Flatly 5, and Mozilla 115.0.2 (64-bit)
No, i don't think, i uploaded theme cdn in my html file of a django project. ```html {% load static %} {% load i18n %} {% load rest_framework %} My...
Would you be willing to pass the project on to others?
> To send a document you need to pass `inputMessageDocument` as `input_message_content` to `sendMessage`. sorry but i cant find it in https://core.telegram.org/bots/api#sendmessage, could you do an example please?
> In Bot API you can use https://core.telegram.org/bots/api#senddocument. yes but in this way i have to use two different methods sendMessage and sendDocument, while i'd like use a single sendMessage...
> > sendMessage > > Use this method to send text messages. > > > sendDocument > > Use this method to send general files. ok thanks, i know that....
thanks, but as he said i can't use that in sendDocument to decide whether to place it above or below