Releases: Nebulino/PaperPlane
Big update.
Fixed LongPolling setup.
- Removed for now UpdateType. Need to check the behaviour.
Hello Primitives!
Started using Dart Primitives for some parameters in Telegram API Library.
Started renaming all variables to follow Dart Effective Language Rules.
Created EncryptedPassportElementType.
Converted some types into enums.
Created a helper to transform every response from int to Dart Primitives.
More documentation.
Fixed DateTime from Unix int in seconds from telegram and vice versa.
Implemented Telegram API v.4.7.
Update to Telegram API v4.7. Added new APIs. Modified some docs. Created new examples. Implemented and modified ChatID. Transformed some types into enums. Modified TelegramClient to remove null fields.
Another big update.
All Telegram Api methods implemented.
More methods.
Merge pull request #8 from Nebulino/dev dev -> master
Big update.
Modified PaperPlane class, it can make bots now.
Created Telegram Class, it helps bridging PaperPlane and Telegram Api methods.
Created methods class, it contains Telegram Api methods needs to be completed.
Created chat_actions class.
Created parse_mode class.
Created some helpers such as bot_file, constant and paperplane_bot local type.
Fixed the previous commit, without http_client class.
Telegram Types implemented.
First Pre-release, no Telegram methods implemented.
Modified the README.md to make it more appealing.
Created all Telegram API types Classes.
Added functions in each types fromJson and toJson.
Added some Script for building and cleaning.