Telegraph-go 2.0.2
Breaking Changes
This release brings new breaking changes, please do read them before upgrading
- All methods have moved to TelegraphClient struct.
- You have to get a new value of
TelegraphClient
by calling GetTelegraphClient helper function and save it. - All helper methods such as Account.EditInfo, Page.GetViews, etc .. now requires
TelegraphClient
as their first arg.
What's Changed
Full Changelog: v1.2.2...v2.0.0