High level Telegram API

surdeus 045a15cbea feat: better custom methods for panels. 3 months ago
cmd 045a15cbea feat: better custom methods for panels. 3 months ago
media e62ccf5780 feat: better document sending handling with more general io.Reader interface to get the data. 10 months ago
.air.toml d99ea68198 Fixed location button problems. 1 year ago
.gitignore 70846dbe22 Rebranding. 1 year ago
beh.go 1471d7cdae feat: another refactoring. Less code needed. No focus on marshalling now. 3 months ago
bot.go 1471d7cdae feat: another refactoring. Less code needed. No focus on marshalling now. 3 months ago
btest 1471d7cdae feat: another refactoring. Less code needed. No focus on marshalling now. 3 months ago
button.go 7a9a8be397 fix: fixed Url to URL to fit the standartization. 3 months ago
command.go 66c70d5b31 feat: delete exceed gowitharg shit. 3 months ago
context.go 045a15cbea feat: better custom methods for panels. 3 months ago
devel-loop 1471d7cdae feat: another refactoring. Less code needed. No focus on marshalling now. 3 months ago
errors.go ab1437a15b feat: got rid off runtime panics. 10 months ago
file.go 1471d7cdae feat: another refactoring. Less code needed. No focus on marshalling now. 3 months ago
filter.go e119b75640 feat: great refactoring. 7 months ago
go.go 2d5acbd112 fix: fixed the infinite call loop in WidgetGo.Serve . 3 months ago
go.mod c576e891b8 other: the last moving to the best domain name damn it. 6 months ago
go.sum 70846dbe22 Rebranding. 1 year ago
inline.go 1471d7cdae feat: another refactoring. Less code needed. No focus on marshalling now. 3 months ago
invoice.go 1471d7cdae feat: another refactoring. Less code needed. No focus on marshalling now. 3 months ago
json.go 70846dbe22 Rebranding. 1 year ago
keyboard.go e119b75640 feat: great refactoring. 7 months ago
license.txt 70846dbe22 Rebranding. 1 year ago
location.go 1471d7cdae feat: another refactoring. Less code needed. No focus on marshalling now. 3 months ago
message.go 1471d7cdae feat: another refactoring. Less code needed. No focus on marshalling now. 3 months ago
page.go 70846dbe22 Rebranding. 1 year ago
paged-panel.go 045a15cbea feat: better custom methods for panels. 3 months ago
panel.go 045a15cbea feat: better custom methods for panels. 3 months ago
poll.go 70846dbe22 Rebranding. 1 year ago
readme.md bfdc24c260 Update readme.md 1 year ago
reply.go 1471d7cdae feat: another refactoring. Less code needed. No focus on marshalling now. 3 months ago
screen.go 1471d7cdae feat: another refactoring. Less code needed. No focus on marshalling now. 3 months ago
send.go 1471d7cdae feat: another refactoring. Less code needed. No focus on marshalling now. 3 months ago
server.go e119b75640 feat: great refactoring. 7 months ago
session.go 1471d7cdae feat: another refactoring. Less code needed. No focus on marshalling now. 3 months ago
ui.go e119b75640 feat: great refactoring. 7 months ago
update.go 1471d7cdae feat: another refactoring. Less code needed. No focus on marshalling now. 3 months ago
updater.go 045a15cbea feat: better custom methods for panels. 3 months ago
widget.go 70846dbe22 Rebranding. 1 year 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