Aliaksei Levin
Aliaksei Levin
You use a year old TDLib version, not the latest one. You can see the exact version and commit number in the TDLib log.
@micl2e2 The proposed changes mostly duplicate the changes proposed in https://github.com/tdlib/td/pull/1127.
The changes from 1127 aren't merged, because for each issue they solve there are much better solutions then adding another configuration parameter. > And my rationale above is largely based...
1. In Test DC the subscription period must be either 60 or 300. 2. Try to ask for a new invoice.
There are no bugs with `link_preview_options` in Bot API. `show_above_text` works correctly in `InlineQueryResultArticle`. TDLib-based apps like Unigram or Telegram X immediately show the message correctly for the sender. Android...
The photo is shown as received by Telegram from the specified URL.
All photos are fetched from the specified URL by Telegram servers. But if the site returns "Expired link" to any request with Telegram's User-Agent, then there is no issue.
No, URL is passed exactly as provided to the server.
Environment variables and their value can't be accessed by other non-privileged users, so they are nowhere insecure in a multi-user systems. Reading parameter values from a config file is an...
> I'm definitely no expert, but you'd be the first i've seen to make such a declarative statement about the security of environment variables. There are no issues with environment...