8000 Tags · mr-linch/go-tg · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: mr-linch/go-tg

Tags

v0.15.0

Toggle v0.15.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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

v0.14.0

Toggle v0.14.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
tgb: CallbackDataFilter and CallbackDataCodec (#140)

* feat: add callback data encode/decode

* examples: CallbackDataParser

* add MustButton method

* remove url.JoinPath

* tests: CallbackDataFilter

* lint: ignore some lines in tests

v0.13.0

Toggle v0.13.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Interceptors (#141)

* feat: client call interceptor mvp

* feat: retry internal and flood interceptor

* finish interceptors concept

* fix coverage

v0.12.0

Toggle v0.12.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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

v0.11.0

Toggle v0.11.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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

v0.10.0

Toggle v0.10.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: upgrade to v6.8 (#129)

v0.9.1

Toggle v0.9.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: unmarshal error for GetChatMenuButton (#125)

* chore: update generated docs

* fix(types): add MenuButtonOneOf type for MenuButtonDefault, MenuButtonWebApp, MenuButtonCommands

v0.9.0

Toggle v0.9.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: upgrade to v6.7 (#121)

v0.8.1

Toggle v0.8.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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

v0.8.0

Toggle v0.8.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
codegen: upgrade to v6.6 (#118)

0