High level Telegram API

surdeus 3f2f16a79e save the work about getting rid of pointers. 5 mesi fa
cmd 07a1f562c8 YES 8 mesi fa
media e62ccf5780 feat: better document sending handling with more general io.Reader interface to get the data. 8 mesi fa
.air.toml d99ea68198 Fixed location button problems. 1 anno fa
.gitignore 70846dbe22 Rebranding. 11 mesi fa
beh.go 70846dbe22 Rebranding. 11 mesi fa
bot.go 3f2f16a79e save the work about getting rid of pointers. 5 mesi fa
button.go 3f2f16a79e save the work about getting rid of pointers. 5 mesi fa
command.go 3f2f16a79e save the work about getting rid of pointers. 5 mesi fa
context.go 3f2f16a79e save the work about getting rid of pointers. 5 mesi fa
errors.go ab1437a15b feat: got rid off runtime panics. 8 mesi fa
file.go 3f2f16a79e save the work about getting rid of pointers. 5 mesi fa
filter.go 70846dbe22 Rebranding. 11 mesi fa
go.go 3f2f16a79e save the work about getting rid of pointers. 5 mesi fa
go.mod 07a1f562c8 YES 8 mesi fa
go.sum 70846dbe22 Rebranding. 11 mesi fa
inline.go 3f2f16a79e save the work about getting rid of pointers. 5 mesi fa
invoice.go 70846dbe22 Rebranding. 11 mesi fa
json.go 70846dbe22 Rebranding. 11 mesi fa
keyboard.go 3f2f16a79e save the work about getting rid of pointers. 5 mesi fa
license.txt 70846dbe22 Rebranding. 11 mesi fa
location.go 70846dbe22 Rebranding. 11 mesi fa
message.go 3f2f16a79e save the work about getting rid of pointers. 5 mesi fa
page.go 70846dbe22 Rebranding. 11 mesi fa
panel.go cc8f7e82e2 feat: implemented the dynamic inline keyboards via the panel component. 9 mesi fa
poll.go 70846dbe22 Rebranding. 11 mesi fa
readme.md bfdc24c260 Update readme.md 11 mesi fa
reply.go 3f2f16a79e save the work about getting rid of pointers. 5 mesi fa
screen.go 70846dbe22 Rebranding. 11 mesi fa
send.go 3f2f16a79e save the work about getting rid of pointers. 5 mesi fa
server.go 70846dbe22 Rebranding. 11 mesi fa
session.go 3f2f16a79e save the work about getting rid of pointers. 5 mesi fa
taskfile.yml 70846dbe22 Rebranding. 11 mesi fa
ui.go 97b1bec13b feat: too much to explain. Who Cares? 9 mesi fa
update.go 3f2f16a79e save the work about getting rid of pointers. 5 mesi fa
widget.go 70846dbe22 Rebranding. 11 mesi fa

readme.md

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