github.com/gotd/td/internal/mtproxy.Secret.Tag (field)

14 uses

	github.com/gotd/td/internal/mtproxy (current package)
		secret.go#L25: 	Tag       byte
		secret.go#L32: 	switch s.Tag {
		secret.go#L57: 		r.Tag = secret[0]
		secret.go#L63: 		r.Tag = secret[0]
		secret.go#L74: 		switch r.Tag {
		secret.go#L79: 			return Secret{}, errors.Errorf("unknown tag %+x", r.Tag)

	github.com/gotd/td/telegram/dcs
		mtproxy.go#L126: 			tag = [4]byte{s.Tag, s.Tag, s.Tag, s.Tag}
		plain.go#L101: 			tag = [4]byte{secret.Tag, secret.Tag, secret.Tag, secret.Tag}