aboutsummaryrefslogtreecommitdiff
path: root/api/telegram
AgeCommit message (Expand)Author
10 daysall: apply go fixShulhan
2026-01-03all: use SPDX license header formatShulhan
2024-04-17telegram/bot: register GET endpoint to test webhookShulhan
2024-04-17telegram/bot: move Webhook options initialization to separate methodShulhan
2024-04-17telegram/bot: fix Webhook URL registrationShulhan
2024-03-15lib/http: refactoring Client methods to return struct ClientResponseShulhan
2024-03-14lib/http: refactor Client methods to use struct ClientRequestShulhan
2024-03-09lib/http: refactoring NewServer and NewClientShulhan
2024-03-09lib/http: refactor of RegisterEndpoint and RegisterSSE to non-pointerShulhan
2024-03-05all: comply with linter recommendations #3Shulhan
2024-03-05all: comply with linter recommendations #2Shulhan
2024-03-05all: comply with linter recommendations #1Shulhan
2024-03-02all: move the repository to "git.sr.ht/~shulhan/pakakeh.go"Shulhan
2024-02-15all: set unused parameter to "_"Shulhan
2023-09-14all: fix variable shadowing as reported by shadow toolShulhan
2023-09-11api/telegram/bot: realign struct for better size allocationShulhan
2023-09-11telegram/bot: add missing comment to type MessageForward and UpdateHandlerShulhan
2022-05-09all: reformat all codes using gofmt 1.19 (the Go tip)Shulhan
2022-01-09lib/http: refactoring NewClient to accept single structShulhan
2021-03-14all: refactoring http.Client methods signatureShulhan
2021-03-14all: refactoring the test.Assert and test.AssertBench signatureShulhan
2021-03-04http: refactoring parameters on Callback and CallbackErrorHandlerShulhan
2020-06-17telegram/bot: changes affected by update on http packageShulhan
2020-06-10all: update email addressShulhan
2020-06-06all: use default linter optionsShulhan
2020-05-29telegram/bot: fix request parameter on GetMyCommandsShulhan
2020-05-28telegram/bot: delete webhook upon setting new webhookShulhan
2020-05-16all: fix and suppress linter warningsShulhan
2020-04-23http: add parameter to set default client's headersShulhan
2020-04-12telegram/bot: trim the bot's name when parsing commandShulhan
2020-04-11telegram/bot: fix parsing command and arguments on parseCommandArgsShulhan
2020-04-11api/telegram/bot: Go package for Telegram API BotShulhan