High level Telegram API
Find a file
2024-07-23 23:43:26 +05:00
cmd/test fix: fixed Url to URL to fit the standartization. 2024-07-23 23:43:26 +05:00
media feat: better document sending handling with more general io.Reader interface to get the data. 2023-12-25 17:35:00 +03:00
.air.toml Fixed location button problems. 2023-09-19 15:21:33 +03:00
.gitignore Rebranding. 2023-10-22 20:41:01 +03:00
beh.go feat: another refactoring. Less code needed. No focus on marshalling now. 2024-07-21 18:02:47 +05:00
bot.go feat: another refactoring. Less code needed. No focus on marshalling now. 2024-07-21 18:02:47 +05:00
btest feat: another refactoring. Less code needed. No focus on marshalling now. 2024-07-21 18:02:47 +05:00
button.go fix: fixed Url to URL to fit the standartization. 2024-07-23 23:43:26 +05:00
command.go feat: delete exceed gowitharg shit. 2024-07-23 17:41:31 +05:00
context.go fix: fixed the infinite call loop in WidgetGo.Serve . 2024-07-23 18:08:39 +05:00
devel-loop feat: another refactoring. Less code needed. No focus on marshalling now. 2024-07-21 18:02:47 +05:00
errors.go feat: got rid off runtime panics. 2024-01-17 16:39:52 +03:00
file.go feat: another refactoring. Less code needed. No focus on marshalling now. 2024-07-21 18:02:47 +05:00
filter.go feat: great refactoring. 2024-03-29 16:30:48 +05:00
go.go fix: fixed the infinite call loop in WidgetGo.Serve . 2024-07-23 18:08:39 +05:00
go.mod other: the last moving to the best domain name damn it. 2024-05-15 22:41:53 +05:00
go.sum Rebranding. 2023-10-22 20:41:01 +03:00
inline.go feat: another refactoring. Less code needed. No focus on marshalling now. 2024-07-21 18:02:47 +05:00
invoice.go feat: another refactoring. Less code needed. No focus on marshalling now. 2024-07-21 18:02:47 +05:00
json.go Rebranding. 2023-10-22 20:41:01 +03:00
keyboard.go feat: great refactoring. 2024-03-29 16:30:48 +05:00
license.txt Rebranding. 2023-10-22 20:41:01 +03:00
location.go feat: another refactoring. Less code needed. No focus on marshalling now. 2024-07-21 18:02:47 +05:00
message.go feat: another refactoring. Less code needed. No focus on marshalling now. 2024-07-21 18:02:47 +05:00
page.go Rebranding. 2023-10-22 20:41:01 +03:00
paged-panel.go feat: changed argument for PanelPager from function to interface. 2024-07-23 17:05:20 +05:00
panel.go feat: great refactoring. 2024-03-29 16:30:48 +05:00
poll.go Rebranding. 2023-10-22 20:41:01 +03:00
readme.md Update readme.md 2023-10-22 20:43:21 +03:00
reply.go feat: another refactoring. Less code needed. No focus on marshalling now. 2024-07-21 18:02:47 +05:00
screen.go feat: another refactoring. Less code needed. No focus on marshalling now. 2024-07-21 18:02:47 +05:00
send.go feat: another refactoring. Less code needed. No focus on marshalling now. 2024-07-21 18:02:47 +05:00
server.go feat: great refactoring. 2024-03-29 16:30:48 +05:00
session.go feat: another refactoring. Less code needed. No focus on marshalling now. 2024-07-21 18:02:47 +05:00
ui.go feat: great refactoring. 2024-03-29 16:30:48 +05:00
update.go feat: another refactoring. Less code needed. No focus on marshalling now. 2024-07-21 18:02:47 +05:00
widget.go Rebranding. 2023-10-22 20:41:01 +03:00

TeleGopher

Put here TeleGopher image, please

The high level API to implement complicated behaviour based Telegram bots in W3 manner with URLs, screens, UIs and so on.

Tasks

  • Tech
    • Added easy way to work with payments
    • Make more documentation including the Go embedded one
  • Do some examples to show how it works