diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-01-26 00:04:58 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-26 00:04:58 +0100 |
commit | ac06a268096285a9f795bd19df950075a930c9d6 (patch) | |
tree | 96e2295bef117e694018e20c3667f4ac54d0f706 /vendor/github.com | |
parent | 61d56f26f8813c6c618e162943bdbd61b8cb6f33 (diff) | |
download | matterbridge-msglm-ac06a268096285a9f795bd19df950075a930c9d6.tar.gz matterbridge-msglm-ac06a268096285a9f795bd19df950075a930c9d6.tar.bz2 matterbridge-msglm-ac06a268096285a9f795bd19df950075a930c9d6.zip |
Bump github.com/go-telegram-bot-api/telegram-bot-api/v5 (#1693)
Bumps [github.com/go-telegram-bot-api/telegram-bot-api/v5](https://github.com/go-telegram-bot-api/telegram-bot-api) from 5.5.0 to 5.5.1.
- [Release notes](https://github.com/go-telegram-bot-api/telegram-bot-api/releases)
- [Changelog](https://github.com/go-telegram-bot-api/telegram-bot-api/blob/master/docs/changelog.md)
- [Commits](https://github.com/go-telegram-bot-api/telegram-bot-api/compare/v5.5.0...v5.5.1)
---
updated-dependencies:
- dependency-name: github.com/go-telegram-bot-api/telegram-bot-api/v5
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'vendor/github.com')
-rw-r--r-- | vendor/github.com/go-telegram-bot-api/telegram-bot-api/v5/types.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/github.com/go-telegram-bot-api/telegram-bot-api/v5/types.go b/vendor/github.com/go-telegram-bot-api/telegram-bot-api/v5/types.go index 18b4decb..847f1b14 100644 --- a/vendor/github.com/go-telegram-bot-api/telegram-bot-api/v5/types.go +++ b/vendor/github.com/go-telegram-bot-api/telegram-bot-api/v5/types.go @@ -1687,7 +1687,7 @@ type ChatJoinRequest struct { // Chat to which the request was sent. Chat Chat `json:"chat"` // User that sent the join request. - From User `json:"user"` + From User `json:"from"` // Date the request was sent in Unix time. Date int `json:"date"` // Bio of the user. |