mirror of
https://github.com/cwinfo/matterbridge.git
synced 2025-06-26 01:49:22 +00:00
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>
This commit is contained in:
2
vendor/github.com/go-telegram-bot-api/telegram-bot-api/v5/types.go
generated
vendored
2
vendor/github.com/go-telegram-bot-api/telegram-bot-api/v5/types.go
generated
vendored
@ -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.
|
||||
|
2
vendor/modules.txt
vendored
2
vendor/modules.txt
vendored
@ -76,7 +76,7 @@ github.com/fsnotify/fsnotify
|
||||
# github.com/go-asn1-ber/asn1-ber v1.5.3
|
||||
## explicit; go 1.13
|
||||
github.com/go-asn1-ber/asn1-ber
|
||||
# github.com/go-telegram-bot-api/telegram-bot-api/v5 v5.5.0
|
||||
# github.com/go-telegram-bot-api/telegram-bot-api/v5 v5.5.1
|
||||
## explicit; go 1.16
|
||||
github.com/go-telegram-bot-api/telegram-bot-api/v5
|
||||
# github.com/golang-jwt/jwt v3.2.2+incompatible
|
||||
|
Reference in New Issue
Block a user