Post content
Телеграм продолжает обновлять код функционала Fact Check, который позволит добавлять к публикациям поясняющую информацию и помечать их как фейки теми агенствами, которых назначат правительства. #Telegram#fake#censure New changes of Telegram - Fact-checks now require manual fetching by the client for performance reasons, with the need_check flag indicating when this is necessary. - Clients should bundle manual fact-check requests, delaying them by 80ms to improve performance. - Full fact-checks (with country and text fields) should be stored locally using the hash as a key, avoiding redundant fetches. - Added a new method auth.reportMissingCode for official apps to report undelivered SMS authentication codes. - The messages.getFactCheck method now includes more detailed parameters and descriptions. - Updated example implementation for fact-check handling in the Android repository. - Various updates to the MTProto authentication key samples and related documentation for clarity and accuracy.