High level Telegram API
Find a file
2024-01-05 03:35:27 +03:00
cmd/test YES 2024-01-05 03:35:27 +03: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
action.go Rebranding. 2023-10-22 20:41:01 +03:00
beh.go Rebranding. 2023-10-22 20:41:01 +03:00
bot.go feat: fixed the *Bot.Send method. 2023-12-13 09:05:29 +03:00
button.go feat: added the As() method to the context. 2023-12-20 19:58:10 +03:00
command.go Rebranding. 2023-10-22 20:41:01 +03:00
context.go feat: better document sending handling with more general io.Reader interface to get the data. 2023-12-25 17:35:00 +03:00
errors.go feat: started implementing easier way to access the Telegram files. 2023-12-12 12:31:38 +03:00
file.go feat: better document sending handling with more general io.Reader interface to get the data. 2023-12-25 17:35:00 +03:00
filter.go Rebranding. 2023-10-22 20:41:01 +03:00
go.mod YES 2024-01-05 03:35:27 +03:00
go.sum Rebranding. 2023-10-22 20:41:01 +03:00
inline.go feat: implemented the dynamic inline keyboards via the panel component. 2023-12-19 22:37:43 +03:00
invoice.go Rebranding. 2023-10-22 20:41:01 +03:00
json.go Rebranding. 2023-10-22 20:41:01 +03:00
keyboard.go feat: implemented the dynamic inline keyboards via the panel component. 2023-12-19 22:37:43 +03:00
license.txt Rebranding. 2023-10-22 20:41:01 +03:00
location.go Rebranding. 2023-10-22 20:41:01 +03:00
message.go feat: ... 2023-12-12 23:47:32 +03:00
page.go Rebranding. 2023-10-22 20:41:01 +03:00
panel.go feat: implemented the dynamic inline keyboards via the panel component. 2023-12-19 22:37:43 +03: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: too much to explain. Who Cares? 2023-12-12 19:32:30 +03:00
screen.go Rebranding. 2023-10-22 20:41:01 +03:00
send.go feat: better document sending handling with more general io.Reader interface to get the data. 2023-12-25 17:35:00 +03:00
server.go Rebranding. 2023-10-22 20:41:01 +03:00
session.go Rebranding. 2023-10-22 20:41:01 +03:00
taskfile.yml Rebranding. 2023-10-22 20:41:01 +03:00
ui.go feat: too much to explain. Who Cares? 2023-12-12 19:32:30 +03:00
update.go feat: better document sending handling with more general io.Reader interface to get the data. 2023-12-25 17:35:00 +03: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