Commit graph

98 commits

Author SHA1 Message Date
Afshin Arani e626e76a66 Temporary Update for TLVector Deserialization Bug 2016-10-06 14:21:21 +03:30
The Gitter Badger cd48986200 Add Gitter badge 2016-10-02 19:43:02 +03:30
Afshin Arani 85a29f505a Update Link 2016-10-02 18:01:37 +03:30
Afshin Arani 82d65f5a34 Add My Copyright 2016-10-02 18:00:41 +03:30
Afshin Arani 8093c8a1f1 Update README.md 2016-10-02 17:58:39 +03:30
Afshin Arani 58143ad978 Update README.md 2016-10-01 15:38:21 +03:30
Afshin Arani 6af7c66a81 Redesign Everything 2016-09-24 17:08:26 +03:30
Afshin Arani b5472c6cd7 Add DownloadFileRequest Class 2016-09-22 17:09:56 +03:30
Afshin Arani 56b2092b9b Merge branch 'develop' of https://github.com/aarani/TLSharp into develop 2016-09-22 17:05:40 +03:30
Afshin Arani a6478c44f8 Merge pull request #1 from sochix/master
Merge pull request #206 from steavy29/merge-pr203-fix
2016-09-22 17:04:31 +03:30
Afshin Arani 1c2e354967 Update Everything 2016-09-22 17:01:59 +03:30
Afshin Arani f083fb9b30 Remove Test Project 2016-09-22 16:59:28 +03:30
Ilya Pirozhenko 86d373db26 Merge pull request #206 from steavy29/merge-pr203-fix
Merge fix.
2016-09-16 20:48:20 +03:00
steavy29 78e3a7794f Merge fix. 2016-09-14 14:57:07 +03:00
Ilya Pirozhenko 8411235fe1 Merge branch 'pr/203'
Conflicts:
	README.md
	TLSharp.Core/TelegramClient.cs
	TLSharp.Tests/TLSharpTests.cs
2016-09-13 22:24:00 +03:00
Ilya Pirozhenko 148828edc1 Merge branch 'pr/198'
Conflicts:
	TLSharp.Tests/TLSharpTests.cs
2016-09-13 22:17:31 +03:00
steavy29 24653e4cdc Updated readme.md 2016-09-13 13:50:04 +03:00
steavy29 1c31794751 Added GetUpdatesDifference and GetUpdatesState functions implementations. 2016-09-13 13:34:32 +03:00
Ilya Pirozhenko d6331c2352 Merge pull request #196 from steavy29/signup-impl
Added SignUp implementation.
2016-09-11 14:58:16 +03:00
Ilya Pirozhenko b418177885 Merge pull request #195 from steavy29/session-improvements
Changed session store to return null when couldn't load instead of ex…
2016-09-11 14:57:49 +03:00
steavy29 ccf2008404 Added implementation of AddChatUser/DeleteChatUser/LeaveChat 2016-09-09 19:56:47 +03:00
steavy29 98f014a49d Implemented CreateChat. Fixed MessageServiceConstructor - migrated it from api layer level 16 to 23. 2016-09-08 14:35:25 +03:00
steavy29 c48109eee3 Added SignUp implementation. 2016-09-06 18:37:05 +03:00
steavy29 f98540bd7f Changed session store to return null when couldn't load instead of exception. 2016-09-06 18:20:06 +03:00
Ilya Pirozhenko 29568bef11 Merge pull request #180 from woakesd/add-get-contacts
Add get contacts
2016-07-21 15:07:22 +03:00
David Woakes 089f80fcce Add contacts.GetContacts method to client 2016-07-21 06:57:15 +01:00
Ilya Pirozhenko f136513ab9 Merge pull request #178 from woakesd/master
Fix issues with GetDialogs
2016-07-20 10:22:20 +03:00
David Woakes 397f20298e Fix spelling of Receive 2016-07-20 08:15:28 +01:00
David Woakes 15a51818f9 Fix spelling of Receive 2016-07-20 08:09:27 +01:00
David Woakes 095504e2c5 Merge branch 'add-smstype-parameter' 2016-07-20 07:28:38 +01:00
David Woakes 7c8d5e089e Make line endings consistent (LF) 2016-07-20 07:26:55 +01:00
David Woakes bfbc125bbe Allow token to be sent via SMS or telegram 2016-07-19 15:18:29 +01:00
David Woakes 8026bd79dc Fix issues with GetDialogs
Default value of max_id = 0 returns all dialogs
Should return a class with lists of dialog, messages, chats and users.
Add UserForeignConstructor to list of constructors
Add missing detail to DialogConstructor (PeerNotifySettings)
Unpack datastream completely to avoid issue with Ionic exception causing
problems in userForeign parsing
Use more recent code for Dialog construction
2016-07-19 14:47:08 +01:00
Ilya Pirozhenko b869a4f617 Merge pull request #156 from Starli0n/master
Add GetFile() method
2016-06-27 17:23:37 +03:00
Ilya Pirozhenko ab05ed5fd5 Merge pull request #155 from eaba/master
Added SignUpRequest and SendSmsRequest
2016-06-21 10:35:51 +03:00
eaba ac05172359 Merge pull request #2 from chusothe41/master
UserFullConstructor : UserFull no accepts self id.
2016-05-23 15:07:44 +01:00
Jesus 6365297aaf UserFullConstructor : UserFull no accepts self id.
Added test method to GetUserFull
Added info to README.md
2016-05-18 12:55:22 +02:00
Starli0n ee4fbef8a9 Add GetFile() method 2016-05-17 14:22:14 +02:00
eaba a2669bfe1a Add files via upload 2016-05-16 09:28:42 +01:00
eaba 9d69d4881b Update TLSharp.Core.csproj 2016-05-16 09:28:09 +01:00
eaba ad94224fb5 Add files via upload 2016-05-16 09:25:07 +01:00
Ilya Pirozhenko 2fff2d11c2 Merge pull request #151 from chusothe41/master
Fixes and patches
2016-05-16 11:05:04 +03:00
Jesus 5120b77b81 All classes that inherit from User and need "username" property have it.
UserFullConstructor Read changed to not to parse User (by default it parses a UserSelfConstructor, now uses UserRequestConstructor).
In Dictionary UserContactConstructor was signed with 0xf2fb8319 now 0xcab35e18 (That is the real one given by Telegram)
2016-05-13 10:58:25 +02:00
Ilya Pirozhenko f30f328604 Merge pull request #131 from ahmadalli/master
Formatting code and getting api hash and id in client's constructor
2016-04-25 10:12:25 +03:00
ahmadali shafiee 7bc93c7f2f update documentation 2016-04-21 15:32:44 +04:30
ahmadali shafiee 23404f751d argument change
it looks better
2016-04-21 15:30:40 +04:30
ahmadali shafiee 4a44709150 get apiHash and apiId in the constructor 2016-04-18 15:35:30 +04:30
ahmadali shafiee 504b63a6d7 formatting code (ctrl + k + d) 2016-04-18 15:20:57 +04:30
Ilya Pirozhenko d330f9614b Update README.md 2016-02-15 18:57:12 +03:00
Ilya Pirozhenko 67b20a2a89 Update README.md 2016-02-14 14:34:28 +03:00