Commit Graph

212 Commits

Author SHA1 Message Date
Daniil Gentili
91fa43094d Add loop callback method in event handler, add support for secret chats in sendMessage, update magnaluna 2018-03-29 21:04:50 +00:00
7c73af5aa0 Improve docs 2018-03-27 14:41:50 +02:00
f00cd63df8 Fixes to docs 2018-03-24 13:48:27 +01:00
Daniil Gentili
cfe4a038f0 Add method to report a message in a supergrup/channel for spam 2018-03-24 10:23:45 +00:00
Daniil Gentili
5028a840ce Final documentation fixes 2018-03-24 00:33:08 +00:00
27d627279c API docufix 2018-03-23 19:04:39 +01:00
56a4162f3a Improve docs.madelineproto.xyz/API_docs/methods 2018-03-23 18:48:18 +01:00
5fcbf77b99 Improvements to web UI 2018-03-23 18:23:28 +01:00
1847e4071e Sort method descriptions alphabetically 2018-03-23 18:14:25 +01:00
a380c1856d Add method names in dot notation next to the descriptions 2018-03-23 18:08:39 +01:00
362d7f61a3 Cleanup docs 2018-03-23 17:59:56 +01:00
39dda6b00e Small fix 2018-03-23 17:50:03 +01:00
c68403b35f Create new simplified description-only documentation 2018-03-23 17:48:12 +01:00
0e76373a35 Finish documenting methods 2018-03-23 17:44:33 +01:00
Daniil Gentili
86d146c977 Apply fixes from StyleCI 2018-03-23 15:39:58 +00:00
1cb3c35ac8 Build documentation 2018-03-23 16:23:49 +01:00
867abcfcdd Remove redundant Lang.php 2018-03-23 16:20:44 +01:00
Daniil Gentili
feefb91feb Documenting methods... 2018-03-23 11:35:00 +00:00
Daniil Gentili
beee4159b6 Implemented web UI for my.telegram.org and bugfix 2018-03-22 19:50:57 +00:00
Daniil Gentili
52231d47ee Documentation fixes 2018-03-21 16:56:23 +00:00
Daniil Gentili
4a7904946d Fixes to documentation 2018-03-21 16:49:06 +00:00
af1cbe9107 Improvements to documentation 2018-03-21 13:01:05 +01:00
33af309f7a Now the default example works with bots, too 2018-03-21 12:24:38 +01:00
7aafde0d8d Improve documentation 2018-03-21 12:09:14 +01:00
51582ce5f1 Add tip to visit try.madelineproto.xyz 2018-03-21 10:53:02 +01:00
dcec2787ed Update docs 2018-03-20 22:18:19 +01:00
b04f5065e5 Fixing typos 2018-03-20 20:43:11 +01:00
5d57935c37 Clearer examples 2018-03-20 19:57:36 +01:00
78932e02d0 Docufix 2018-03-20 19:43:34 +01:00
24414ad22f docufix 2018-03-20 19:39:53 +01:00
11037bd9f6 Docufix 2018-03-20 17:36:07 +01:00
214471bc60 Simplified docs.madelineproto.xyz 2018-03-20 16:42:05 +01:00
2b857cb6ad Update docs 2018-03-20 16:38:02 +01:00
Daniil Gentili
e39ce11798 Fix docs 2018-03-20 15:02:36 +00:00
Daniil Gentili
73b59613f6 Add next button 2018-03-20 14:51:22 +00:00
Daniil Gentili
1b349d93da Update docs 2018-03-20 14:47:34 +00:00
Daniil Gentili
454b926086 Fix references to settings 2018-03-20 12:20:11 +00:00
Daniil Gentili
71086833e9 More documentation fixes 2018-03-20 12:17:07 +00:00
Daniil Gentili
e21fa6b884 Fixes to docs 2018-03-20 12:04:44 +00:00
7a0153a139
Documentation rework (#349)
* Documentation rework

* Apply fixes from StyleCI

* Documentation fixes

* Login as bot through web/cli API, allow using invite links in joinChannel, full invite links in importChatInvite and checkChatInvite, non-invite links in importChatInvite

* Apply fixes from StyleCI

* Logging fixes

* Build docs

* Add methods to modify start template, bugfix to logging and keyboard conversion

* Add TL documentator

* Document MTProto methods

* Documenting methods...

* 7% documented

* Bugfixes

* Update docs

* Update docs

* Simplify file management

* Implement automatic object conversion for media, and more awesome stuff

* Implement automatic object conversion for media, and more awesome stuff

* Implement event update handler and file upload/download callback

* Auto-detect mime type, duration, width and height of media

* Update docs

* Document new file functions

* Fix links

* Fix links

* Update bot.php to use event loop

* Implement webhook update handler and forking in main loop

* Build docs

* Better docs

* Fixes to secret chats

* Almost finished updating docs

* Bugfixes, implemented infinite loop for loop() method, almost finished docs

* Finish writing docs

* Add automatic documentation builder script

* Finished writing docs
2018-03-20 12:48:05 +01:00
Daniil Gentili
f2a3f460a6 Update docs 2018-03-14 11:08:10 +00:00
Daniil Gentili
d53469ee0e Improve update management and documentation 2018-03-13 11:51:37 +00:00
Daniil Gentili
3dd038e99b Fix docs 2018-03-12 21:27:10 +00:00
Daniil Gentili
6ef06cdcc1 Update docs 2018-03-12 21:17:45 +00:00
Daniil Gentili
c8387fb835 Update docs.madelineproto.xyz 2018-03-12 21:11:48 +00:00
Daniil Gentili
071be3bb80 Reorganizing documentation, rewrote peer management 2018-03-12 21:10:49 +00:00
d4405566ea Bugfixes 2018-03-08 22:19:03 +01:00
Daniil Gentili
f9c689e0aa Documentation fixes 2018-03-08 11:34:43 +00:00
Daniil Gentili
d23083bd5a Improvement to TL parameter regex 2018-03-03 23:59:07 +00:00
Daniil Gentili
c638ad10ac Performance improvements and documentation fixes 2018-03-03 23:41:26 +00:00