High level Telegram API

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

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