Commit Graph

18 Commits

Author SHA1 Message Date
Setiawan
1fb77cbfe5
Update README.md 2020-08-13 04:02:15 +07:00
Setiawan
0d4bf6a6cb Update issue templates 2020-08-13 03:54:58 +07:00
Setiawan
87d42730c0
Merge pull request #2 from setiawanhu/dev
Added Support for Multi Account Login
2020-08-13 03:32:59 +07:00
Setiawan Hu
5b404503fc Updated README.md 2020-08-13 03:23:22 +07:00
Setiawan Hu
83ffe0eb08 Updated telegram.php config file 2020-08-13 03:14:50 +07:00
Setiawan Hu
2ef3077852 Added MadelineProtoFactory facade (Factory) 2020-08-13 02:43:41 +07:00
Setiawan Hu
1ddaf00c30 Refactoring MadelineProtoServiceProvider
added:
- registering the `madeline-proto:multi-session` artisan command

changed:
- using MadelineProtoFactory as the instance generator for both single and multi telegram session
2020-08-13 01:32:32 +07:00
Setiawan Hu
ddda52e786 Added MultiSessionCommand
this command is used for generating model + migration for storing the session file(s) location
2020-08-13 01:30:46 +07:00
Setiawan Hu
328eeebb47 Added MadelineProtoFactory class
This factory class is used for generating MadelineProto instance from given TelegramSession model instance, TelegramSession record id, or session file path

Note: all the danog/MadelineProto session file will be stored in `storage/app/telegram/` directory.
2020-08-13 01:29:39 +07:00
Setiawan Hu
e007b1c592 Updated MadelineProto class
added:
- added message method to return ClientMessages class (messages wrapper class)
2020-08-13 01:21:40 +07:00
Setiawan Hu
f8a4d63caf Added illuminate/database dependency 2020-08-13 01:09:42 +07:00
Setiawan Hu
90e763b6f7 Updated TelegramAccountLoginCommand
Fixing undefined method error
2020-08-12 20:09:54 +07:00
Setiawan Hu
6f5e52d953 Updated MadelineProto wrapper class
updated:
- updated documentation
- code cleaning
2020-08-11 16:22:14 +07:00
Setiawan Hu
90d864c701 Updated composer.json 2020-08-11 16:21:11 +07:00
Setiawan
cf118df6ed
Update README.md 2020-07-12 23:30:22 +07:00
Setiawan
bdcff9ecb2
Create LICENSE 2020-07-12 23:28:02 +07:00
Setiawan Hu
7c89ccb2fe Removing temporary license file
Need to do some research for defining the right license
2020-07-09 23:38:40 +07:00
Setiawan Hu
0b803be231 Initial commit 2020-07-09 23:35:37 +07:00