summaryrefslogtreecommitdiffstats
path: root/bridge/telegram/handlers.go
Commit message (Expand)AuthorAgeFilesLines
* Support telegram chat Join/Leave updates (#2019)Joseph Mansy2023-04-031-0/+46
* Fix broken reply (telegram) (#2026)Thom Dickson2023-04-031-3/+3
* Add support for Telegram topics (telegram) (#1942)Thom Dickson2023-03-141-8/+19
* Use AuthorSignature as a fallback username (telegram) (#1979)Joseph Mansy2023-03-091-2/+11
* Fix telegram attachment comment formatting and escaping (#1920)Alexander2022-11-261-0/+5
* Fix error messages in telegram and slack bridges (#1862)Alexander2022-09-051-1/+1
* Fix telegram message deletion request (#1818)Alexander2022-05-011-1/+1
* Do not apply any markup to URL entities (telegram) (#1808)ValdikSS2022-04-221-1/+6
* Do not modify .webm files (telegram). Fixes #17** (#1802)Wim2022-04-171-1/+1
* Multiple media in one message (telegram) (#1779)Alexander2022-03-301-21/+35
* Preserve threading from telegram replies (telegram) (#1776)Alexander2022-03-251-0/+5
* Add UseFullName option (telegram) (#1777)Alexander2022-03-251-0/+12
* Fix for complex-formatted Telegram text (#1765)ValdikSS2022-03-191-12/+16
* Fix Telegram channel title in forwards (#1753)ValdikSS2022-03-121-0/+5
* Fix Telegram Problem (unforwarded formatting and skipping of linebreaks) (#1749)Jan Martin Reckel2022-03-121-1/+18
* Add support for sender_chat (telegram) (#1677)Wim2022-02-041-0/+24
* Add Telegram Bot Command /chatId (telegram) (#1703)Ivan Zuev2022-02-031-2/+15
* Update telegram-bot-api to v5 (#1660)Wim2021-12-121-35/+41
* Fix telegram/handlers.go linting (#1658)Wim2021-12-101-5/+5
* Add support for code blocks in telegram (#1650)Dan Walmsley2021-12-071-0/+15
* Convert .tgs with go libraries (and cgo) (telegram) (#1569)Benau2021-08-241-14/+4
* Adding caption to send telegram images. Fixes #1357 (#1358)Paul2021-04-031-11/+22
* Check rune length instead of bytes (telegram). Fixes #1409 (#1412)Wim2021-02-251-8/+10
* Add jpe as valid image filename extension (telegram) (#1360)Paul2021-01-141-1/+1
* Rename .oga audio files to .ogg (telegram) (#1349)Wim2021-01-021-0/+5
* Support Telegram animated stickers (tgs) format (#1173)Ben Wiederhake2020-08-231-8/+46
* Fix MarkdownV2 support in Telegram (#1169)Andrey Groshev2020-07-121-0/+3
* Fix forward from hidden users (telegram). Closes #1131 (#1143)Wim2020-05-231-13/+23
* Make avatars download work with mediaserverdownload (telegram). Fixes #920 (#...Wim2020-02-151-1/+1
* Add QuoteLengthLimit option (telegram) fixes #963 (#985)Humorhenker2020-01-301-0/+8
* Fix panic by checking slice bounds in handleEntities (telegram). Fixes #857 (...Wim2019-07-081-3/+9
* Handle nil message (telegram). Fixes #777Wim2019-04-051-0/+5
* Revert "Bail if any vars are nil, not if all (telegram) (#778)"Wim2019-04-051-2/+2
* Bail if any vars are nil, not if all (telegram) (#778)David Hill2019-03-271-2/+2
* Add support for URL in messageEntities (telegram). Fixes #735 (#736)Wim2019-03-021-0/+22
* Add MediaConvertWebPToPNG option (telegram). (#741)Wim2019-02-271-0/+9
* Refactor telegram (#649)Wim2018-12-121-0/+44
* Fix telegram crash #620Wim2018-11-291-2/+2
* Refactor telegram handlers. Fix linting (#609)Wim2018-11-281-0/+302