const github.com/gotd/td/tg.BytesTypeID

8 uses

	github.com/gotd/td/tg (current package)
		tl_bytes_gen.go#L41: const BytesTypeID = 0xe937bb82
		tl_bytes_gen.go#L72: 	return BytesTypeID
		tl_bytes_gen.go#L84: 		ID:   BytesTypeID,
		tl_bytes_gen.go#L99: 	buf.PutID(BytesTypeID)
		tl_bytes_gen.go#L116: 	if err := buf.ConsumeID(BytesTypeID); err != nil {
		tl_registry_gen.go#L1807: 		BytesTypeID:                                                             "bytes#e937bb82",
		tl_registry_gen.go#L3589: 		"bytes":                                                             BytesTypeID,
		tl_registry_gen.go#L5371: 		BytesTypeID:                                                             func() bin.Object { return &Bytes{} },