var github.com/gotd/td/mtproto.ErrPFSDropKeysRequired
6 uses
github.com/gotd/td/mtproto (current package)
bind.go#L145: return errors.Wrap(ErrPFSDropKeysRequired, "pfs keys dropped after ENCRYPTED_MESSAGE_INVALID")
bind.go#L156: return errors.Wrap(ErrPFSDropKeysRequired, "pfs keys dropped after repeated ENCRYPTED_MESSAGE_INVALID with unknown key age")
pfs.go#L17: ErrPFSDropKeysRequired = errors.New("pfs drop keys required")
github.com/gotd/td/telegram
cdn_conn_dead.go#L40: if !errors.Is(err, mtproto.ErrPFSDropKeysRequired) {
pfs.go#L15: if !errors.Is(err, mtproto.ErrPFSDropKeysRequired) {
pfs.go#L34: if !errors.Is(err, mtproto.ErrPFSDropKeysRequired) {
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |