You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
upgrade to v7.2 (#150)
* upgrade to v7.2
* fix parse mod
* all date fields now is int64
* feat: add date time getters
* feat: bussines account router support
* feat: return business in `Update.Msg()`
* chore: ignore types_gen.go in coverage
* chore: business bot sample and docs update
* docs: add emoji to features
Bot API v7.0 & v7.1 (#137)
* feat: add MessageOrigin type
* feat: add ReactionType
* upgrade to Bot API v7.0
* feat: upgrade to v7.1
* add missing tests
* add more tests
* tests: add TestMessageOrigin_Type
* add more tests
* fix empty types, Story is not empty now
* fix UsersShared.UserIDs naming
upgrade: Bot API 6.9 & non-empty `Story` type fix (#132)
gen: Story now is manually defined
Our generator have promblems with empty types, it's workaround
feat(tg): accept any http client what satisfies doer interface (#120)
* feat(tg): accept any http client what satisfies doer interface
This will makes possible usage of github.com/hashicorp/go-retryablehttp, any any http client which relies on some internal things and have different from http.Client struct return, but satisfies http interface
* feat: make doer interface public