High level Telegram API

surdeus 045a15cbea feat: better custom methods for panels. 1 month ago
cmd 045a15cbea feat: better custom methods for panels. 1 month 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 1471d7cdae feat: another refactoring. Less code needed. No focus on marshalling now. 2 months ago
bot.go 1471d7cdae feat: another refactoring. Less code needed. No focus on marshalling now. 2 months ago
btest 1471d7cdae feat: another refactoring. Less code needed. No focus on marshalling now. 2 months ago
button.go 7a9a8be397 fix: fixed Url to URL to fit the standartization. 1 month ago
command.go 66c70d5b31 feat: delete exceed gowitharg shit. 1 month ago
context.go 045a15cbea feat: better custom methods for panels. 1 month ago
devel-loop 1471d7cdae feat: another refactoring. Less code needed. No focus on marshalling now. 2 months ago
errors.go ab1437a15b feat: got rid off runtime panics. 8 months ago
file.go 1471d7cdae feat: another refactoring. Less code needed. No focus on marshalling now. 2 months ago
filter.go e119b75640 feat: great refactoring. 5 months ago
go.go 2d5acbd112 fix: fixed the infinite call loop in WidgetGo.Serve . 1 month ago
go.mod c576e891b8 other: the last moving to the best domain name damn it. 4 months ago
go.sum 70846dbe22 Rebranding. 11 months ago
inline.go 1471d7cdae feat: another refactoring. Less code needed. No focus on marshalling now. 2 months ago
invoice.go 1471d7cdae feat: another refactoring. Less code needed. No focus on marshalling now. 2 months ago
json.go 70846dbe22 Rebranding. 11 months ago
keyboard.go e119b75640 feat: great refactoring. 5 months ago
license.txt 70846dbe22 Rebranding. 11 months ago
location.go 1471d7cdae feat: another refactoring. Less code needed. No focus on marshalling now. 2 months ago
message.go 1471d7cdae feat: another refactoring. Less code needed. No focus on marshalling now. 2 months ago
page.go 70846dbe22 Rebranding. 11 months ago
paged-panel.go 045a15cbea feat: better custom methods for panels. 1 month ago
panel.go 045a15cbea feat: better custom methods for panels. 1 month ago
poll.go 70846dbe22 Rebranding. 11 months ago
readme.md bfdc24c260 Update readme.md 11 months ago
reply.go 1471d7cdae feat: another refactoring. Less code needed. No focus on marshalling now. 2 months ago
screen.go 1471d7cdae feat: another refactoring. Less code needed. No focus on marshalling now. 2 months ago
send.go 1471d7cdae feat: another refactoring. Less code needed. No focus on marshalling now. 2 months ago
server.go e119b75640 feat: great refactoring. 5 months ago
session.go 1471d7cdae feat: another refactoring. Less code needed. No focus on marshalling now. 2 months ago
ui.go e119b75640 feat: great refactoring. 5 months ago
update.go 1471d7cdae feat: another refactoring. Less code needed. No focus on marshalling now. 2 months ago
updater.go 045a15cbea feat: better custom methods for panels. 1 month 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