func github.com/gotd/td/tg.DecodeAuthCodeType

3 uses

	github.com/gotd/td/tg (current package)
		tl_auth_code_type_gen.go#L591: func DecodeAuthCodeType(buf *bin.Buffer) (AuthCodeTypeClass, error) {
		tl_auth_code_type_gen.go#L647: 	v, err := DecodeAuthCodeType(buf)
		tl_auth_sent_code_gen.go#L262: 		value, err := DecodeAuthCodeType(b)