type github.com/gotd/td/session/tdesktop.MTPAuthorization

8 uses

	github.com/gotd/td/session/tdesktop (current package)
		mtp_authorization.go#L13: type MTPAuthorization struct {
		mtp_authorization.go#L23: func readMTPData(tgf *tdesktopFile, localKey crypto.Key) (MTPAuthorization, error) {
		mtp_authorization.go#L26: 		return MTPAuthorization{}, errors.Wrap(err, "read encrypted data")
		mtp_authorization.go#L31: 		return MTPAuthorization{}, errors.Wrap(err, "decrypt data")
		mtp_authorization.go#L38: 	var m MTPAuthorization
		mtp_authorization.go#L40: 		return MTPAuthorization{}, errors.Wrap(err, "deserialize MTPAuthorization")
		mtp_authorization.go#L58: func (m *MTPAuthorization) deserialize(r *qtReader) error {
		tdesktop.go#L18: 	Authorization MTPAuthorization