github.com/gotd/td/mtproto.Session.PermKey (field)
12 uses
github.com/gotd/td/mtproto (current package)
bind.go#L50: if s.PermKey.Zero() {
bind.go#L71: PermAuthKeyID: s.PermKey.IntID(),
bind.go#L82: s.PermKey,
bind.go#L91: PermAuthKeyID: s.PermKey.IntID(),
bind.go#L106: log.Int64("perm_key_id", s.PermKey.IntID()),
bind.go#L129: log.Int64("perm_key_id", s.PermKey.IntID()),
session.go#L11: PermKey crypto.AuthKey
session.go#L24: PermKey: c.permKey,
github.com/gotd/td/telegram
session.go#L82: if !s.PermKey.Zero() {
session.go#L84: keyToSave = s.PermKey
session.go#L145: if !s.PermKey.Zero() {
session.go#L148: keyToStore = s.PermKey
![]() |
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. |