Skip to content

Telegram API + Card API

Compare
Choose a tag to compare
@kolya5544 kolya5544 released this 18 Jun 13:56
· 16 commits to master since this release

New features!
Changelog:

  • Added CardSeason, CardCategory enum
  • Added MarketType, Market, Trade, TradingCard classes
  • Enhanced GetDump() with ability to get trading card dumps using GetDump(CardSeason)
  • Added SendTelegram() so people can use Telegram API to send telegrams (Not tested properly)
  • Replaced GetFlag() with Flag property (instead of nation.GetFlag() use nation.Flag)
  • Added GetCard() to get information of a card
  • Added GetDeck() to get all cards of a nation
  • GetDump bugfix over XML parsing "&"
  • Minor bugfixes