High level Telegram API

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

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