High level Telegram API
Find a file
2023-10-22 20:41:01 +03:00
cmd/test Rebranding. 2023-10-22 20:41:01 +03:00
media Rebranding. 2023-10-22 20:41:01 +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 Rebranding. 2023-10-22 20:41:01 +03:00
button.go Rebranding. 2023-10-22 20:41:01 +03:00
command.go Rebranding. 2023-10-22 20:41:01 +03:00
context.go Rebranding. 2023-10-22 20:41:01 +03:00
errors.go Rebranding. 2023-10-22 20:41:01 +03:00
file.go Rebranding. 2023-10-22 20:41:01 +03:00
filter.go Rebranding. 2023-10-22 20:41:01 +03:00
go.mod Rebranding. 2023-10-22 20:41:01 +03:00
go.sum Rebranding. 2023-10-22 20:41:01 +03:00
inline.go Rebranding. 2023-10-22 20:41:01 +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 Rebranding. 2023-10-22 20:41:01 +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 Rebranding. 2023-10-22 20:41:01 +03:00
page.go Rebranding. 2023-10-22 20:41:01 +03:00
poll.go Rebranding. 2023-10-22 20:41:01 +03:00
readme.md Rebranding. 2023-10-22 20:41:01 +03:00
reply.go Rebranding. 2023-10-22 20:41:01 +03:00
screen.go Rebranding. 2023-10-22 20:41:01 +03:00
send.go Rebranding. 2023-10-22 20:41:01 +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 Rebranding. 2023-10-22 20:41:01 +03:00
update.go Rebranding. 2023-10-22 20:41:01 +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