.. |
action.go
|
Getting rid off the encoding legacy. Should think of the better and more general way.
|
2023-09-21 20:32:24 +03:00 |
beh.go
|
Small fixes and a bit of refactoring.
|
2023-09-30 09:55:45 +03:00 |
bot.go
|
Small fixes and a bit of refactoring.
|
2023-09-30 09:55:45 +03:00 |
button.go
|
Getting rid off the encoding legacy. Should think of the better and more general way.
|
2023-09-21 20:32:24 +03:00 |
command.go
|
Small fixes and a bit of refactoring.
|
2023-09-30 09:55:45 +03:00 |
compo.go
|
Small fixes to use more intuitive MessageCompo instead of the Compo method for Inline and Reply keyboards.
|
2023-09-29 13:36:37 +03:00 |
context.go
|
Panic on not existing screen since it makes no sense to return values.
|
2023-10-03 13:15:48 +03:00 |
encoding.go
|
Small fixes and a bit of refactoring.
|
2023-09-30 09:55:45 +03:00 |
errors.go
|
Keep implementing the new UI system.
|
2023-09-26 17:13:31 +03:00 |
file.go
|
Small fixes to use more intuitive MessageCompo instead of the Compo method for Inline and Reply keyboards.
|
2023-09-29 13:36:37 +03:00 |
filter.go
|
Finally implemented at least not stable but working version.
|
2023-09-27 14:09:49 +03:00 |
group.go
|
Small fixes and a bit of refactoring.
|
2023-09-30 09:55:45 +03:00 |
inline.go
|
Implemented updating inline keyboards.
|
2023-09-29 14:53:52 +03:00 |
json.go
|
Getting rid off the encoding legacy. Should think of the better and more general way.
|
2023-09-21 20:32:24 +03:00 |
keyboard.go
|
Fixed string reading issues.
|
2023-10-02 21:45:21 +03:00 |
main.go
|
Renamed tx => tg .
|
2023-08-19 09:12:26 +03:00 |
make.go
|
KEEP IMPLEMENTING THE NEW COMPONENT SYSTEM INSTEAD OF OLD WIDGETS.
|
2023-09-25 23:43:22 +03:00 |
message.go
|
Fixed string reading issues.
|
2023-10-02 21:45:21 +03:00 |
page.go
|
KEEP IMPLEMENTING THE NEW COMPONENT SYSTEM INSTEAD OF OLD WIDGETS.
|
2023-09-25 23:43:22 +03:00 |
poll.go
|
Small fixes and a bit of refactoring.
|
2023-09-30 09:55:45 +03:00 |
private.go
|
...
|
2023-09-25 19:58:59 +03:00 |
read.go
|
Finally implemented at least not stable but working version.
|
2023-09-27 14:09:49 +03:00 |
reply.go
|
Small fixes to use more intuitive MessageCompo instead of the Compo method for Inline and Reply keyboards.
|
2023-09-29 13:36:37 +03:00 |
screen.go
|
Panic on not existing screen since it makes no sense to return values.
|
2023-10-03 13:15:48 +03:00 |
send.go
|
Small fixes to use more intuitive MessageCompo instead of the Compo method for Inline and Reply keyboards.
|
2023-09-29 13:36:37 +03:00 |
server.go
|
KEEP IMPLEMENTING THE NEW COMPONENT SYSTEM INSTEAD OF OLD WIDGETS.
|
2023-09-25 23:43:22 +03:00 |
session.go
|
Finally implemented at least not stable but working version.
|
2023-09-27 14:09:49 +03:00 |
update.go
|
Should think of getting rid of race conditions, for now just recover() .
|
2023-09-28 08:15:57 +03:00 |
widget.go
|
Keep implementing the new UI system.
|
2023-09-26 17:13:31 +03:00 |